mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #1435 incorrect action when clicking on Cancel button in board list
This commit is contained in:
parent
12a8671065
commit
b505bcb663
2 changed files with 1 additions and 4 deletions
|
|
@ -419,9 +419,6 @@
|
|||
</div>
|
||||
</section>
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-left">
|
||||
<a href="{getUrl('act', 'dispBoardAdminContent')}" type="button" class="x_btn">{$lang->cmd_cancel}</a>
|
||||
</div>
|
||||
<div class="x_pull-right">
|
||||
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_registration}</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
||||
<a class="x_btn" href="{getUrl('', 'module', $module, 'act', $act)}">{$lang->cmd_cancel}</a>
|
||||
<a class="x_btn" href="{getUrl('', 'module', $module, 'mid', $mid, 'act', $act)}">{$lang->cmd_cancel}</a>
|
||||
</form>
|
||||
|
||||
{$selected_manage_content}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue