mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
add button styleing
This commit is contained in:
parent
8b9bad458b
commit
e5fdabb1e9
2 changed files with 4 additions and 2 deletions
|
|
@ -40,3 +40,4 @@
|
|||
<!--@end-->
|
||||
<a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="direction">{$lang->last_page} »</a>
|
||||
</div>
|
||||
<include target="_footer.html" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue