From f3a67ff6f5dc592eac483456c46d599cf8d549b9 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Wed, 23 Nov 2011 08:50:21 +0000 Subject: [PATCH] modules/menu/ 'add menu, edit menu' multilingual added. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9864 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/lang/lang.xml | 5 +++++ modules/menu/tpl/js/sitemap.js | 3 ++- modules/menu/tpl/sitemap.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/menu/lang/lang.xml b/modules/menu/lang/lang.xml index 9336c5ec4..288bc04a3 100644 --- a/modules/menu/lang/lang.xml +++ b/modules/menu/lang/lang.xml @@ -63,6 +63,11 @@ + + + + + diff --git a/modules/menu/tpl/js/sitemap.js b/modules/menu/tpl/js/sitemap.js index c1b811f14..96b8c8cd3 100644 --- a/modules/menu/tpl/js/sitemap.js +++ b/modules/menu/tpl/js/sitemap.js @@ -128,7 +128,8 @@ $('form.siteMap') var $this = $(this); resetEditForm(); - + + editForm.find('.h2').html('Add Menu'); editForm.find('input[name=menu_srl]').val($this.closest('form').find('input[name=menu_srl]:first').val()); editForm.find('input[name=parent_srl]').val($this.parent().prevAll('input._item_key').val()); }); diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index f0f3cb444..f1f937160 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -55,7 +55,7 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}"; -

{$lang->add_menu}

+