* code for task#1416.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-21 05:23:38 +00:00
parent 60a07641e0
commit c6d8069293
+2 -10
View File
@@ -4,16 +4,8 @@
<div><?php echo $bug->title;?></div>
<div><?php echo $lang->bug->assignedTo . html::select('assignedTo', $users, $bug->assignedTo, "class='text-3'");?></div>
<div><?php echo $lang->comment . html::textarea('comment', '', "rows='6' class='area-1'");?></div>
<?php echo html::submitButton('', 'data-inline="true" data-theme="b"'); ?>
<?php echo html::backButton("data-inline='true'");?>
<?php include '../../common/view/action.html.php';?>
<div data-role='footer' data-position='fixed'>
<div data-role='navbar'>
<ul>
<?php
echo '<li>' . html::submitButton() . '</li>';
echo '<li>' . html::linkButton($lang->goback, $this->server->http_referer) . '</li>';
?>
</ul>
</div>
</div>
</form>
<?php include '../../common/view/m.footer.html.php';?>