mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #347 missing language in widget settings page
This commit is contained in:
parent
1db9ef8f30
commit
a714f28b77
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
|||
<load target="../../admin/tpl/js/jquery.tmpl.js" />
|
||||
<load target="../../admin/tpl/js/jquery.jstree.js" />
|
||||
<script>
|
||||
xe.cmd_find = "{$lang->cmd_find}";
|
||||
xe.cmd_cancel = "{$lang->cmd_cancel}";
|
||||
xe.cmd_confirm = "{$lang->cmd_confirm}";
|
||||
xe.msg_select_menu = "{$lang->msg_select_menu}";
|
||||
xe.lang.cmd_delete = '{$lang->cmd_delete}';
|
||||
|
||||
jQuery(document).ready(function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue