diff --git a/geogallery/changes.md b/geogallery/changes.md index 1ef0c04..ac704c4 100644 --- a/geogallery/changes.md +++ b/geogallery/changes.md @@ -1,3 +1,5 @@ +# Version 1.2 +- Ajout d'un bouton vers la page d'édition de la feuille de style de la page. # Version 1.1 - Supprimer un slash dans le lien de l'adresse de la page d'ajout d'une galerie. # Version 1.0 diff --git a/geogallery/enum.json b/geogallery/enum.json index 0b160d5..9c736d4 100644 --- a/geogallery/enum.json +++ b/geogallery/enum.json @@ -1 +1 @@ -{"name":"geogallery","realName":"GéoGalerie","version":"1.1","update":"0.0","delete":true,"dataDirectory":"site\/data\/geogallery\/"} \ No newline at end of file +{"name":"geogallery","realName":"GéoGalerie","version":"1.2","update":"0.0","delete":true,"dataDirectory":"site\/data\/geogallery\/"} \ No newline at end of file diff --git a/geogallery/geogallery.php b/geogallery/geogallery.php index aa6536f..c432887 100644 --- a/geogallery/geogallery.php +++ b/geogallery/geogallery.php @@ -17,7 +17,7 @@ class geogallery extends common { - const VERSION = '1.1'; + const VERSION = '1.2'; const REALNAME = 'GéoGalerie'; const DATADIRECTORY = self::DATA_DIR . 'geogallery/'; diff --git a/geogallery/view/config/config.php b/geogallery/view/config/config.php index c4fcda4..bb171b3 100644 --- a/geogallery/view/config/config.php +++ b/geogallery/view/config/config.php @@ -7,16 +7,13 @@ 'value' => template::ico('left') ]); ?> - -
+
helper::baseUrl() . $this->getUrl(0) . '/add', 'value' => template::ico('plus'), diff --git a/geolocation/changes.md b/geolocation/changes.md index 24a67ff..85c671c 100644 --- a/geolocation/changes.md +++ b/geolocation/changes.md @@ -1,3 +1,5 @@ +# Version 1.1 +- Ajout d'un bouton vers la page d'édition de la feuille de style de la page. # Version 1.0 - Activer dans la gestion du profil # Version 0.1 diff --git a/geolocation/enum.json b/geolocation/enum.json index b05d53a..27e5574 100644 --- a/geolocation/enum.json +++ b/geolocation/enum.json @@ -1 +1 @@ -{"name":"geolocation","realName":"Géolocalisation","version":"1.0","update":"0.0","delete":true,"dataDirectory":"site\/data\/geolocation\/"} \ No newline at end of file +{"name":"geolocation","realName":"Géolocalisation","version":"1.1","update":"0.0","delete":true,"dataDirectory":"site\/data\/geolocation\/"} \ No newline at end of file diff --git a/geolocation/geolocation.php b/geolocation/geolocation.php index 599291f..25220a9 100644 --- a/geolocation/geolocation.php +++ b/geolocation/geolocation.php @@ -18,7 +18,7 @@ class geolocation extends common { - const VERSION = '1.0'; + const VERSION = '1.1'; const REALNAME = 'Géolocalisation'; const DATADIRECTORY = self::DATA_DIR . 'geolocation/'; diff --git a/geolocation/view/config/config.php b/geolocation/view/config/config.php index cdb6cfd..04e68ac 100644 --- a/geolocation/view/config/config.php +++ b/geolocation/view/config/config.php @@ -7,8 +7,13 @@ 'value' => template::ico('left') ]); ?>
- --> -
+
+ helper::baseUrl() . 'page/cssEditor/' . $this->getUrl(0), + 'value' => template::ico('brush') + ]); ?> +
+
helper::baseUrl() . $this->getUrl(0) . '/add/', 'value' => template::ico('plus'),