Geolocation et geogallery ajout d'un bouton vers la feuille de style de la page

This commit is contained in:
Fred Tempez 2024-08-29 07:14:38 +02:00
parent d691ead4ad
commit e0bf4e38a2
8 changed files with 20 additions and 14 deletions

View File

@ -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 # Version 1.1
- Supprimer un slash dans le lien de l'adresse de la page d'ajout d'une galerie. - Supprimer un slash dans le lien de l'adresse de la page d'ajout d'une galerie.
# Version 1.0 # Version 1.0

View File

@ -1 +1 @@
{"name":"geogallery","realName":"GéoGalerie","version":"1.1","update":"0.0","delete":true,"dataDirectory":"site\/data\/geogallery\/"} {"name":"geogallery","realName":"GéoGalerie","version":"1.2","update":"0.0","delete":true,"dataDirectory":"site\/data\/geogallery\/"}

View File

@ -17,7 +17,7 @@
class geogallery extends common class geogallery extends common
{ {
const VERSION = '1.1'; const VERSION = '1.2';
const REALNAME = 'GéoGalerie'; const REALNAME = 'GéoGalerie';
const DATADIRECTORY = self::DATA_DIR . 'geogallery/'; const DATADIRECTORY = self::DATA_DIR . 'geogallery/';

View File

@ -7,16 +7,13 @@
'value' => template::ico('left') 'value' => template::ico('left')
]); ?> ]); ?>
</div> </div>
<!-- <div class="col1 offset9">
<div class="col1 offset10"> <?php echo template::button('calendarTheme', [
<?php /* echo template::button('galleryConfigTheme', [ 'href' => helper::baseUrl() . 'page/cssEditor/' . $this->getUrl(0),
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/',
'value' => template::ico('brush') 'value' => template::ico('brush')
]); ?>
]); */?>
</div> </div>
--> <div class="col1 offset">
<div class="col1 offset10">
<?php echo template::button('galleryAdd', [ <?php echo template::button('galleryAdd', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/add', 'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
'value' => template::ico('plus'), 'value' => template::ico('plus'),

View File

@ -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 # Version 1.0
- Activer dans la gestion du profil - Activer dans la gestion du profil
# Version 0.1 # Version 0.1

View File

@ -1 +1 @@
{"name":"geolocation","realName":"Géolocalisation","version":"1.0","update":"0.0","delete":true,"dataDirectory":"site\/data\/geolocation\/"} {"name":"geolocation","realName":"Géolocalisation","version":"1.1","update":"0.0","delete":true,"dataDirectory":"site\/data\/geolocation\/"}

View File

@ -18,7 +18,7 @@ class geolocation extends common
{ {
const VERSION = '1.0'; const VERSION = '1.1';
const REALNAME = 'Géolocalisation'; const REALNAME = 'Géolocalisation';
const DATADIRECTORY = self::DATA_DIR . 'geolocation/'; const DATADIRECTORY = self::DATA_DIR . 'geolocation/';

View File

@ -7,8 +7,13 @@
'value' => template::ico('left') 'value' => template::ico('left')
]); ?> ]); ?>
</div> </div>
--> <div class="col1 offset9">
<div class="col1 offset10"> <?php echo template::button('calendarTheme', [
'href' => helper::baseUrl() . 'page/cssEditor/' . $this->getUrl(0),
'value' => template::ico('brush')
]); ?>
</div>
<div class="col1">
<?php echo template::button('locationAdd', [ <?php echo template::button('locationAdd', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/add/', 'href' => helper::baseUrl() . $this->getUrl(0) . '/add/',
'value' => template::ico('plus'), 'value' => template::ico('plus'),