libellé page

This commit is contained in:
fredtempez 2022-03-16 12:35:01 +01:00
parent b66a9562f1
commit c9ad1e1ef0
2 changed files with 4 additions and 6 deletions

View File

@ -41,6 +41,5 @@
}
.activeButton {
filter : brightness(70%);
}

View File

@ -46,16 +46,15 @@
'class' => 'buttonTab'
]); ?>
<?php echo template::button('pageEditSetupButton', [
'value' => 'Configuration',
'value' => 'Identité',
'class' => 'buttonTab'
]); ?>
<?php echo template::button('PageEditPositionButton', [
'value' => 'Emplacement',
'class' => 'buttonTab'
]); ?>
<?php echo template::button('pageEditLayoutButton', [
'value' => 'Mise en page',
'value' => 'Disposition',
'class' => 'buttonTab'
]); ?>
</div>
@ -72,7 +71,7 @@
<div class="row">
<div class="col6">
<div class="block">
<h4>Extensions</h4>
<h4>Extension</h4>
<div class="row">
<div class="col10">
<?php echo template::hidden('pageEditModuleRedirect'); ?>
@ -136,7 +135,7 @@
<div class="row">
<div class="col12">
<div class="block">
<h4>Identité
<h4>Titres
<span id="infoHelpButton" class="helpDisplayButton">
<a href="https://doc.zwiicms.fr/informations-generales" target="_blank" title="Cliquer pour consulter l'aide en ligne">
<?php echo template::ico('help', 'left');?>