mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Merge pull request #1701 from nemo9l/fix/sitemap-button-position
사이트 메뉴 편집 페이지 내의 사이트맵 추가, 다른 메뉴타입 설치 버튼 위치 조정
This commit is contained in:
commit
ed5674eed3
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@
|
|||
</li>
|
||||
</script>
|
||||
</section>
|
||||
<button type="button" class="x_btn x_btn-link _addSiteMap1" data-admin-show="#add_sitemap" style="position:absolute;right:5px;bottom:7px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->add_new_sitemap}</button>
|
||||
</div>
|
||||
<button type="button" class="x_btn x_btn-link _addSiteMap1" data-admin-show="#add_sitemap" style="position:absolute;right:6px;bottom:6px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->add_new_sitemap}</button>
|
||||
</div>
|
||||
<div class="col" id="add_sitemap" style="display:none">
|
||||
<section>
|
||||
|
|
@ -173,9 +173,9 @@
|
|||
<li><a href="#add_menu" data-admin-show="#add_menu" data-param='{ "moduleName" : "${ModuleName}", "moduleTitle": "${ModuleTitle}" }'>${ModuleTitle} <i class="x_icon-circle-arrow-right"></i></a></li>
|
||||
</script>
|
||||
</ul>
|
||||
<a href="#download" class="x_btn x_btn-link" data-admin-show="#download" style="position:absolute;right:5px;bottom:7px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->install_other_menu_types}</a>
|
||||
</div>
|
||||
</section>
|
||||
<a href="#download" class="x_btn x_btn-link" data-admin-show="#download" style="position:absolute;right:6px;bottom:6px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->install_other_menu_types}</a>
|
||||
<button type="button" class="x_close" data-admin-hide="#add">×</button>
|
||||
</div>
|
||||
<div class="col url" id="add_menu" style="display:none">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue