* code for task#1424.
This commit is contained in:
@@ -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,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';?>
|
||||
|
||||
@@ -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';?>
|
||||
|
||||
@@ -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';?>
|
||||
|
||||
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user