From 91b94222240097c79246fb799980ce14af173f73 Mon Sep 17 00:00:00 2001 From: Diego Pino Date: Mon, 6 Jun 2011 11:30:02 +0200 Subject: [PATCH] [Bug #789] Renamed 'i18n' prefix in ganttzk to 'ganttzk_i18n' A name collision made that the ganttzk package used the webapp.I18nHelper to resolve localized strings, this caused that some strings were not translated. FEA: ItEr74S04BugFixing --- .../web/ganttz/zul/leftTasksTree.zul | 10 +++--- .../web/ganttz/zul/plannerLayout.zul | 33 ++++++++++--------- .../web/ganttz/zul/resourcesLoadLayout.zul | 12 +++---- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/ganttzk/src/main/resources/web/ganttz/zul/leftTasksTree.zul b/ganttzk/src/main/resources/web/ganttz/zul/leftTasksTree.zul index 0833e2c85..c8bfcfd2b 100644 --- a/ganttzk/src/main/resources/web/ganttz/zul/leftTasksTree.zul +++ b/ganttzk/src/main/resources/web/ganttz/zul/leftTasksTree.zul @@ -19,15 +19,15 @@ along with this program. If not, see . --> -
- - - + + + -
\ No newline at end of file + diff --git a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul index 4ba5ae27e..ad1d2edb9 100644 --- a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul +++ b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul @@ -18,13 +18,14 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> - + + planner = self; + ]]> @@ -32,17 +33,17 @@ planner = self; + acceptButtonLabel="${ganttzk_i18n:_('Create Project')}" + caption="${ganttzk_i18n:_('Choosing Template')}" />