* code for task#1424.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-27 09:08:13 +00:00
parent d0bee531e6
commit 899078c030
5 changed files with 30 additions and 30 deletions
+6 -6
View File
@@ -2,7 +2,6 @@
</div>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<h3><?php echo "BUG#$bug->id $bug->title";?></h3>
<table class='table-1'>
<tr>
<td class='w-80px'><?php echo $lang->bug->assignedTo?></td>
@@ -16,12 +15,13 @@
<td class='w-80px'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '');?></td>
</tr>
<tr>
<td class='a-center' colspan='2'>
<?php echo html::submitButton($lang->bug->buttonConfirm, 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</td>
</tr>
</table>
<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/m.action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>
+6 -6
View File
@@ -2,7 +2,6 @@
</div>
<form method='post' target='hiddenwin'>
<h3><?php echo "BUG#$bug->id " . $bug->title;?></h3>
<table class='table-1'>
<tr>
<td class='w-60px'><?php echo $lang->bug->assignedTo;?></td>
@@ -12,12 +11,13 @@
<td class='w-60px'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '', "data-mini='true'");?></td>
</tr>
<tr>
<td class='a-center' colspan='2'>
<?php echo html::submitButton('', 'data-inline="true" data-theme="b"'); ?>
<?php echo html::backButton("data-inline='true'");?>
</td>
</tr>
</table>
<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/m.action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>
+6 -6
View File
@@ -2,18 +2,18 @@
</div>
<form method='post' target='hiddenwin'>
<h3><?php echo "BUG#$bug->id $bug->title";?></h3>
<table class='table-1'>
<tr>
<td class='w-60px'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '');?></td>
</tr>
<tr>
<td class='a-center' colspan='2'>
<?php echo html::submitButton('', 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</td>
</tr>
</table>
<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/m.action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>
+6 -6
View File
@@ -2,7 +2,6 @@
</div>
<form method='post' target='hiddenwin'>
<h3><?php echo "BUG#$bug->id $bug->title";?></h3>
<table class='table-1'>
<tr>
<td class='w-60px'><?php echo $lang->bug->assignedTo;?></td>
@@ -12,12 +11,13 @@
<td class='w-60px'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '');?></td>
</tr>
<tr>
<td class='a-center' colspan='2'>
<?php echo html::submitButton($lang->bug->buttonConfirm, 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</td>
</tr>
</table>
<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/m.action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>
+6 -6
View File
@@ -2,7 +2,6 @@
</div>
<form method='post' target='hiddenwin'>
<h3><?php echo "BUG#$bug->id $bug->title";?></h3>
<table class='table-1'>
<tr>
<td class='w-80px'><?php unset($lang->bug->resolutionList['tostory']); echo $lang->bug->resolution ;?></td>
@@ -28,12 +27,13 @@
<td><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment');?></td>
</tr>
<tr>
<td class='a-center' colspan='2'>
<?php echo html::submitButton('', 'data-inline="true" data-theme="b"');?>
<?php echo html::backButton("data-inline='true'");?>
</td>
</tr>
</table>
<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/m.action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>