* code for view todo.

This commit is contained in:
wangyidong
2013-06-20 08:23:08 +00:00
parent abb4e55b32
commit f2d86d3b41
7 changed files with 189 additions and 4 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ echo html::hidden("begins[$i]", '2400');
echo html::hidden("ends[$i]", '2400');
?>
<?php endfor;?>
<p><?php echo html::submitButton()?></p>
<p><?php echo html::submitButton('', "data-inline='true' data-theme='b'")?></p>
</form>
<?php include '../../common/view/m.footer.html.php';?>