diff --git a/module/geogallery/geogallery.php b/module/geogallery/geogallery.php index 02528160..e039a4d8 100644 --- a/module/geogallery/geogallery.php +++ b/module/geogallery/geogallery.php @@ -103,13 +103,13 @@ class geogallery extends common template::button('galleryConfigEdit' . $galleryId, [ 'href' => helper::baseUrl() . $this->getUrl(0) . '/edit/' . $galleryId, 'value' => template::ico('pencil'), - 'help' => 'Configuration de la galerie ' + 'help' => 'Configuration' ]), template::button('galleryConfigDelete' . $galleryId, [ 'class' => 'galleryConfigDelete buttonRed', 'href' => helper::baseUrl() . $this->getUrl(0) . '/delete/' . $galleryId, 'value' => template::ico('trash'), - 'help' => 'Supprimer cette galerie' + 'help' => 'Supprimer' ]) ]; // Tableau des id des galleries pour le drag and drop @@ -119,7 +119,7 @@ class geogallery extends common // Valeurs en sortie $this->addOutput([ - 'title' => helper::translate('Configuration des galeries'), + 'title' => helper::translate('Configuration'), 'view' => 'config' ]); } @@ -339,7 +339,7 @@ class geogallery extends common } // Valeurs en sortie $this->addOutput([ - 'title' => sprintf(helper::translate('Configuration de la galerie %s '), $this->getData(['module', $this->getUrl(0), 'content', $this->getUrl(2), 'config', 'name'])), + 'title' => sprintf(helper::translate('Galerie %s '), $this->getData(['module', $this->getUrl(0), 'content', $this->getUrl(2), 'config', 'name'])), 'view' => 'edit' ]); } diff --git a/module/geogallery/view/edit/edit.php b/module/geogallery/view/edit/edit.php index 33f30d01..b7ce17fc 100644 --- a/module/geogallery/view/edit/edit.php +++ b/module/geogallery/view/edit/edit.php @@ -7,13 +7,7 @@ 'value' => template::ico('left') ]); ?> -
- helper::baseUrl() . $this->getUrl(0) . '/option/gallery/' . $this->getUrl(2), - 'value' => template::ico('sliders') - ]); ?> -
-
+