mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Fix #1101 hidden save button in site map screen
This commit is contained in:
parent
93284d0787
commit
7d876a6fe0
2 changed files with 7 additions and 6 deletions
|
|
@ -442,9 +442,9 @@
|
|||
</ul>
|
||||
<i class="mask"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_btn-group siteMapUI">
|
||||
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
||||
<div class="x_btn-group siteMapUI">
|
||||
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<button type="button" class="x_close" data-admin-hide="#layout">×</button>
|
||||
|
|
@ -556,9 +556,9 @@
|
|||
<a href="#downloadSkin" data-admin-show="#downloadSkin" class="x_btn x_btn-link" style="position:absolute;right:5px;bottom:7px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->install_other_skins}</a>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_btn-group siteMapUI">
|
||||
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
||||
<div class="x_btn-group siteMapUI">
|
||||
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<button type="button" class="x_close" data-admin-hide="#skin">×</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue