Fix #1435 incorrect action when clicking on Cancel button in board list

This commit is contained in:
Kijin Sung 2020-10-19 14:04:44 +09:00
parent 12a8671065
commit b505bcb663
2 changed files with 1 additions and 4 deletions

View file

@ -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>

View file

@ -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}