diff --git a/module/gallery/changes.md b/module/gallery/changes.md index bd169e28..b3e0a85c 100644 --- a/module/gallery/changes.md +++ b/module/gallery/changes.md @@ -1,4 +1,6 @@ +# Version 3.7 +- Multilinguisme # Version 3.61 - - Corrige le retour de $success en lecture écriture de fichier +- Corrige le retour de $success en lecture écriture de fichier # Version 3.6 - - Appel de la feuille de style si présente \ No newline at end of file +- Appel de la feuille de style si présente \ No newline at end of file diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index f134beb3..077f52ee 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -17,7 +17,7 @@ class gallery extends common { - const VERSION = '3.61'; + const VERSION = '3.7'; const REALNAME = 'Galerie'; const DATADIRECTORY = self::DATA_DIR . 'gallery/'; diff --git a/module/redirection/changes.md b/module/redirection/changes.md new file mode 100644 index 00000000..4689333e --- /dev/null +++ b/module/redirection/changes.md @@ -0,0 +1,2 @@ +# Version 1.6 +- Multilinguisme \ No newline at end of file diff --git a/module/redirection/redirection.php b/module/redirection/redirection.php index 62ef59ee..5c191413 100644 --- a/module/redirection/redirection.php +++ b/module/redirection/redirection.php @@ -15,7 +15,7 @@ class redirection extends common { - const VERSION = '1.5'; + const VERSION = '1.6'; const REALNAME = 'Redirection'; const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) diff --git a/module/redirection/view/index/index.js.php b/module/redirection/view/index/index.js.php index 8d222b1b..fe572c5a 100644 --- a/module/redirection/view/index/index.js.php +++ b/module/redirection/view/index/index.js.php @@ -15,8 +15,9 @@ if (document.referrer.indexOf("edit") === -1) { + var message = ""; core.confirm( - "OUI : éditer la page | NON : tester la redirection.", + message, function() { $(location).attr("href", "page/edit/getUrl(0); ?>"); },