mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
apply cdn
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9200 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ca245b93fd
commit
604833cae8
93 changed files with 265 additions and 262 deletions
|
|
@ -2,8 +2,8 @@
|
|||
<load target="filter/delete_menu_item.xml" />
|
||||
<load target="filter/move_menu_item.xml" />
|
||||
|
||||
<load target="js/menu_admin.js" type="body" />
|
||||
<load target="js/menu_tree.js" type="body" />
|
||||
<load target="js/menu_admin.js" type="body" usecdn="true" />
|
||||
<load target="js/menu_tree.js" type="body" usecdn="true" />
|
||||
|
||||
<!--// tree javascript plugin load -->
|
||||
<!--%load_js_plugin("ui.tree")-->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<load target="./js/menu_admin.js" />
|
||||
<load target="../../admin/tpl/js/sitemap.js" />
|
||||
<load target="./js/sitemap.js" />
|
||||
<load target="./js/menu_admin.js" usecdn="true" />
|
||||
<load target="../../admin/tpl/js/sitemap.js" usecdn="true" />
|
||||
<load target="./js/sitemap.js" usecdn="true" />
|
||||
|
||||
<div class="content" id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<p class="q"><label for="name">{$lang->menu_name}</label></p>
|
||||
<div class="a multiLangEdit">
|
||||
<input type="hidden" class="vLang" name="menu_name_key" />
|
||||
<input type="text" class="vLang" id="name" name="menu_name" />
|
||||
<input type="text" class="vLang" id="name" name="menu_name" />
|
||||
<!-- Multilingual -->
|
||||
<div id="langEdit" class="langEdit tgContent">
|
||||
<ul class="langList"></ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue