* adjust style of mobile task module.

This commit is contained in:
zhujinyong
2013-06-28 01:02:09 +00:00
parent 8c2a2970b8
commit 16224d70a6
6 changed files with 92 additions and 60 deletions
+11 -7
View File
@@ -2,12 +2,16 @@
</div>
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
<h3><?php echo $lang->task->close . $this->lang->colon . $task->name;?></h3>
<div data-role="fieldcontain">
<?php echo html::textarea('comment', '', "placeholder='$lang->comment'");?>
</div>
<div data-role="fieldcontain">
<?php echo html::submitButton(); ?>
</div>
<?php include '../../common/view/m.action.html.php';?>
<table class='table-1'>
<tr>
<td class='w-70px'><?php echo $lang->comment;?></td>
<td><?php echo html::textarea('comment', '', "data-mini='true'");?></td>
</tr>
<tr class='a-center'>
<td colspan="2"><?php echo html::submitButton('', 'data-inline="true" data-theme="b"');?></td>
</tr>
</table>
</form>
<?php include '../../common/view/m.action.html.php';?>
<?php include '../../common/view/m.footer.html.php';?>