mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div class="x_clearfix btnArea">
|
<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">
|
<div class="x_pull-right">
|
||||||
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_registration}</button>
|
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_registration}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
</select>
|
</select>
|
||||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
<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>
|
</form>
|
||||||
|
|
||||||
{$selected_manage_content}
|
{$selected_manage_content}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue