From 2bf9c55a3427a52133994ff5a7610f829243f454 Mon Sep 17 00:00:00 2001 From: nagoon97 Date: Thu, 10 Jan 2013 07:31:18 +0000 Subject: [PATCH] UI bug fixes git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12526 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/lang/lang.xml | 4 ++++ common/tpl/common_layout.html | 1 + modules/admin/tpl/js/admin.js | 4 +++- modules/menu/tpl/sitemap.html | 6 ++++-- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/common/lang/lang.xml b/common/lang/lang.xml index 61491a393..26f7c58d7 100644 --- a/common/lang/lang.xml +++ b/common/lang/lang.xml @@ -2621,6 +2621,10 @@ + + + + diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index f3127a3de..e7c4f034e 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -56,6 +56,7 @@ xe.cmd_cancel = "{$lang->cmd_cancel}"; xe.cmd_confirm = "{$lang->cmd_confirm}"; xe.msg_no_root = "{$lang->msg_no_root}"; xe.msg_no_shortcut = "{$lang->msg_no_shortcut}"; +xe.msg_select_menu = "{$lang->msg_select_menu}"; //]]> diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index fbd8037fd..05f232c7f 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -2283,7 +2283,7 @@ jQuery(function($){ //bMultiSelect = //data-multiple $.xeMsgBox.confirmDialog({ - sTitle : 'TITLE', + sTitle : xe.msg_select_menu, sText : '
', @@ -2401,4 +2401,6 @@ jQuery(function($){ alert = function(){ return $.xeMsgBox.alert.apply($.xeMsgBox, arguments); } + + setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500); }); \ No newline at end of file diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index bd0a6caa6..194433fbd 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -110,7 +110,7 @@ -
+