mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Ask for confirmation before layout reset
This commit is contained in:
parent
5daa6636a6
commit
ac895d64cb
4 changed files with 12 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
<div class="x_clearfix btnArea">
|
||||
<span class="x_pull-left">
|
||||
<button type="submit" class="x_btn" name="mode" value="reset">{$lang->cmd_reset}</button>
|
||||
<button type="submit" class="x_btn reset_layout" name="mode" value="reset" data-confirmation-msg="{$lang->layout_reset_confirmation}">{$lang->cmd_reset}</button>
|
||||
</span>
|
||||
<span class="x_pull-right x_btn-group">
|
||||
<button type="button" class="x_btn" onclick="doPreviewLayoutCode()">{$lang->cmd_preview}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue