mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 2864. fixed a bug. does not work multilangual on widget style setting page.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12725 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c790b11694
commit
5289030816
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<load cond="$lang_type=='en'" target="../../admin/tpl/css/admin_en.css" usecdn="true" />
|
||||
<load target="css/widget.css" usecdn="true" />
|
||||
<load target="../../admin/tpl/js/admin.js" usecdn="true" />
|
||||
<load target="../../admin/tpl/js/jquery.tmpl.js" usecdn="true" />
|
||||
<load target="js/generate_code.js" usecdn="true" />
|
||||
<!--%load_js_plugin("ui.colorpicker")-->
|
||||
<script>
|
||||
|
|
@ -11,7 +12,7 @@
|
|||
getWidgetVars();
|
||||
});
|
||||
</script>
|
||||
<div class="x">
|
||||
<div id="content" class="x">
|
||||
<form action="./" method="post" id="fo_widget">
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="widget_sequence" value="" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue