* code for task#1424.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-21 05:56:00 +00:00
parent 1a810adf3b
commit ece5ec80c9
5 changed files with 11 additions and 1 deletions
+2
View File
@@ -5,8 +5,10 @@
<div><?php echo $lang->bug->assignedTo . html::select('assignedTo', $users, $bug->resolvedBy, 'class=select-3');?></div>
<div><?php echo $lang->bug->openedBuild . html::select('openedBuild[]', $builds, $bug->openedBuild, 'size=4 multiple=multiple class=select-3');?></div>
<div><?php echo html::textarea('comment', '', "rows='6' class='area-1' placeholder=$lang->comment");?></div>
<div class='a-center'>
<?php echo html::submitButton($lang->bug->buttonConfirm, 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</div>
</form>
<?php include '../../common/view/action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>
+3 -1
View File
@@ -3,9 +3,11 @@
<form method='post' target='hiddenwin'>
<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>
<div><?php echo html::textarea('comment', '', "rows='6' class='area-1' placeholder='$lang->comment'");?></div>
<div class='a-center'>
<?php echo html::submitButton('', 'data-inline="true" data-theme="b"'); ?>
<?php echo html::backButton("data-inline='true'");?>
</div>
</form>
<?php include '../../common/view/action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>
+2
View File
@@ -3,8 +3,10 @@
<form method='post' target='hiddenwin'>
<div><?php echo $bug->title;?></div>
<div><?php echo html::textarea('comment', '', "rows='6' class='area-1' placeholder=$lang->comment");?></div>
<div class='a-center'>
<?php echo html::submitButton('', 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</div>
</form>
<?php include '../../common/view/action.html.php';?>
<?php include '../../common/view/footer.html.php';?>
+2
View File
@@ -4,8 +4,10 @@
<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>
<div class='a-center'>
<?php echo html::submitButton($lang->bug->buttonConfirm, 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</div>
</form>
<?php include '../../common/view/action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>
+2
View File
@@ -11,8 +11,10 @@
<div><?php echo $lang->bug->resolvedDate . html::input('resolvedDate', helper::now(), "class='select-3'");?></div>
<div><?php echo $lang->bug->assignedTo . html::select('assignedTo', $users, $bug->openedBy, 'class=select-3');?></div>
<div><?php echo html::textarea('comment', '', "rows='6' class='area-1' placeholder='$lang->comment'");?></div>
<div class='a-center'>
<?php echo html::submitButton('', 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</div>
</form>
<?php include '../../common/view/action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>