From 99c4a499fafcf8640af044c8cee049f4d274357b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Thu, 10 Jun 2010 20:23:22 +0200 Subject: [PATCH] ItEr57S04ValidacionEProbasFuncionaisItEr56S04: [Bug #492] Fix bug. The previous controller name was colliding with TemplateController --- .../src/main/webapp/templates/_list.zul | 4 ++-- .../src/main/webapp/templates/templates.zul | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/navalplanner-webapp/src/main/webapp/templates/_list.zul b/navalplanner-webapp/src/main/webapp/templates/_list.zul index b8ed448ba..94cac8883 100644 --- a/navalplanner-webapp/src/main/webapp/templates/_list.zul +++ b/navalplanner-webapp/src/main/webapp/templates/_list.zul @@ -18,7 +18,7 @@ along with this program. If not, see . --> - @@ -45,7 +45,7 @@ image="/common/img/ico_editar1.png" hoverImage="/common/img/ico_editar.png" tooltiptext="${i18n:_('Edit')}" - onClick="templateController.goToEditForm(self.parent.parent.value);"> + onClick="templatesForOrdersController.goToEditForm(self.parent.parent.value);"> diff --git a/navalplanner-webapp/src/main/webapp/templates/templates.zul b/navalplanner-webapp/src/main/webapp/templates/templates.zul index e441aa865..84db0143c 100644 --- a/navalplanner-webapp/src/main/webapp/templates/templates.zul +++ b/navalplanner-webapp/src/main/webapp/templates/templates.zul @@ -44,10 +44,10 @@ -
+
@@ -55,7 +55,7 @@ - + @@ -74,24 +74,24 @@ @@ -123,11 +123,11 @@ -