Liens dans les ?

This commit is contained in:
Fred Tempez 2021-11-02 18:29:32 +01:00
parent d0838994d3
commit 8a9aa3e33c
4 changed files with 24 additions and 7 deletions

View File

@ -175,7 +175,7 @@ $( document).ready(function() {
/**
* Boutons d'aide
* Page des paramètres
$("#setupHelpButton").on("click", function() {
@ -185,12 +185,12 @@ $( document).ready(function() {
});
$("#maintenanceHelpButton").on("click", function() {
}); */
}); */
/**
* Boutons d'aide
* Page des locales
$("#localeHelpButton").on("click", function() {
@ -201,7 +201,7 @@ $( document).ready(function() {
$("#specialeHelpButton").on("click", function() {
console.log("f");
}); */
});*/
/** Bouton de fermeture

View File

@ -11,7 +11,7 @@
<div class="col2 ">
<?php echo template::button('translateAdvancedHelp', [
'class' => 'buttonHelp',
'href' => 'https://doc.zwiicms.fr/menu-configurer',
'href' => 'https://doc.zwiicms.fr/configuration-du-site',
'target' => '_blank',
'ico' => 'help',
'value' => 'Aide'

View File

@ -2,7 +2,13 @@
<div class="row">
<div class="col12">
<div class="block">
<h4>Langues étrangères</h4>
<h4>Langues étrangères
<span id="localeHelpButton" class="helpDisplayButton">
<a href="https://doc.zwiicms.fr/localisation#i18n" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
<div class="row">
<div class="col12">
<?php echo template::checkbox('localei18n', true, 'Activer la gestion des langues étrangères', [
@ -19,7 +25,9 @@
<div class="block">
<h4>Identité du site <?php echo template::flag('site', '20px');?>
<span id="localeHelpButton" class="helpDisplayButton">
<a href="https://doc.zwiicms.fr/localisation#id" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
<div class="row">
@ -54,6 +62,7 @@
<div class="col12">
<div class="block">
<h4>Assignation des pages spéciales
<a href="https://doc.zwiicms.fr/localisation#assignation" target="_blank">
<span id="specialeHelpButton" class="helpDisplayButton">
<?php echo template::ico('help', 'left');?>
</span>
@ -113,7 +122,9 @@
<div class="block">
<h4>Etiquettes des pages spéciales <?php echo template::flag('site', '20px');?>
<span id="labelHelpButton" class="helpDisplayButton">
<a href="https://doc.zwiicms.fr/localisation#speciales" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
<div class="row">

View File

@ -4,7 +4,9 @@
<div class="block">
<h4>Configuration
<span id="setupHelpButton" class="helpDisplayButton">
<a href="https://doc.zwiicms.fr/parametres#setup" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
<div class="row">
@ -54,7 +56,9 @@
<div class="block">
<h4>Mise à jour automatisée
<span id="updateHelpButton" class="helpDisplayButton">
<?php echo template::ico('help', 'left');?>
<a href="https://doc.zwiicms.fr/parametres#update" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
<?php $updateError = helper::urlGetContents(common::ZWII_UPDATE_URL . common::ZWII_UPDATE_CHANNEL . '/version');?>
@ -91,7 +95,9 @@
<div class="block">
<h4>Maintenance
<span id="maintenanceHelpButton" class="helpDisplayButton">
<a href="https://doc.zwiicms.fr/parametres#maintenance" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
<div class="row">