* remove back button for manage method of branch.

This commit is contained in:
chenfeiCF
2015-11-09 15:10:48 +08:00
parent 3478a9010f
commit 6b92b40e4c

View File

@@ -41,7 +41,7 @@
</tr>
<tr>
<td></td>
<td><?php echo html::submitButton() . html::backButton();?> </td><td></td>
<td><?php echo html::submitButton();?> </td><td></td>
</tr>
</table>
</form>