add button styleing

This commit is contained in:
BJRambo 2016-03-12 17:36:54 +09:00
parent 8b9bad458b
commit e5fdabb1e9
2 changed files with 4 additions and 2 deletions

View file

@ -40,3 +40,4 @@
<!--@end-->
<a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="direction">{$lang->last_page} &raquo;</a>
</div>
<include target="_footer.html" />

View file

@ -27,10 +27,11 @@
<!-- /READ BODY -->
</div>
<form action="./" method="post" onsubmit="return procFilter(this, window.update)" >
<form action="./" method="post" onsubmit="return procFilter(this, window.update)">
<input type="hidden" name="module" value="board" />
<input type="hidden" name="act" value="procBoardUpdateDocument" />
<input type="hidden" name="update_id" value="{$update_log->update_id}" />
<button type="submit">{$lang->cmd_modify_by_update_log}</button>
<button class="btn" type="submit">{$lang->cmd_modify_by_update_log}</button>
</form>
</div>
<include target="_footer.html" />