From bbe7ae0664abc0f92a9d4071906681800cd11798 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Thu, 17 Oct 2013 14:33:43 +0000 Subject: [PATCH] =?UTF-8?q?MAJ=20libell=C3=A9s=20ajout=20/=20modification?= =?UTF-8?q?=20kiosque?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/ZendAfi/View/Helper/Accueil/Kiosque.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ZendAfi/View/Helper/Accueil/Kiosque.php b/library/ZendAfi/View/Helper/Accueil/Kiosque.php index 7a3f9b010cd..1f062ca90ae 100644 --- a/library/ZendAfi/View/Helper/Accueil/Kiosque.php +++ b/library/ZendAfi/View/Helper/Accueil/Kiosque.php @@ -80,7 +80,7 @@ class ZendAfi_View_Helper_Accueil_Kiosque extends ZendAfi_View_Helper_Accueil_Ba 'controller' => 'catalogue', 'action' => 'edit', 'id_catalogue' => $this->preferences['id_catalogue']]), - $this->view->tagImg(URL_ADMIN_IMG.'ico/edit.gif',['title' => $this->view->_('Modifier la sélection')]), + $this->view->tagImg(URL_ADMIN_IMG.'ico/edit.gif',['title' => $this->view->_('Modifier le domaine affiché')]), ['data-popup' => 'true']); if (!$domaine_parent = $catalogue->getDomaineParent()) @@ -91,7 +91,7 @@ class ZendAfi_View_Helper_Accueil_Kiosque extends ZendAfi_View_Helper_Accueil_Ba 'action' => 'add', 'id_catalogue' => $domaine_parent->getId(), 'id_module' => $this->id_module]), - $this->view->tagImg(URL_ADMIN_IMG.'ico/add.gif',['title' => $this->view->_('Modifier la sélection')]), + $this->view->tagImg(URL_ADMIN_IMG.'ico/add.gif',['title' => $this->view->_('Afficher un nouveau domaine')]), ['data-popup' => 'true']); return $edit_link.$add_link; -- GitLab