* finish task#1227.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-11 06:16:31 +00:00
parent ee8dcf9d64
commit 1a0473ef84
41 changed files with 54 additions and 40 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<td><?php echo html::input("title[$i]", '', "class='text-1'");?></td>
</tr>
<?php endfor;?>
<tr><td colspan='5' class='a-center'><?php echo html::submitButton() . html::resetButton();?></td></tr>
<tr><td colspan='5' class='a-center'><?php echo html::submitButton() . html::gobackButton();?></td></tr>
</table>
</form>
<?php include '../../common/view/footer.html.php';?>