Module 1.4 message redirection
This commit is contained in:
parent
dcde62917b
commit
2696720745
@ -19,7 +19,7 @@ class redirection extends common {
|
|||||||
'index' => self::GROUP_VISITOR
|
'index' => self::GROUP_VISITOR
|
||||||
];
|
];
|
||||||
|
|
||||||
const REDIRECTION_VERSION = '1.3';
|
const REDIRECTION_VERSION = '1.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration
|
* Configuration
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
if (document.referrer.indexOf("edit") === -1)
|
if (document.referrer.indexOf("edit") === -1)
|
||||||
{
|
{
|
||||||
core.confirm(
|
core.confirm(
|
||||||
"OUI pour modifier la page et accéder aux statitiques de ce module.\r\n NON pour être redirigé vers l'URL saisie dans le module.",
|
"OUI : éditer la page | NON : tester la redirection.",
|
||||||
function() {
|
function() {
|
||||||
$(location).attr("href", "<?php echo helper::baseUrl(); ?>page/edit/<?php echo $this->getUrl(0); ?>");
|
$(location).attr("href", "<?php echo helper::baseUrl(); ?>page/edit/<?php echo $this->getUrl(0); ?>");
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user