forked from ZwiiCMS-Team/ZwiiCMS
[9.1.05] message de redirection
This commit is contained in:
parent
284e11eba2
commit
310a52ca79
@ -13,4 +13,19 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
self.location='<?php echo helper::baseUrl(); ?>page/edit/<?php echo $this->getUrl(0); ?>';
|
if (document.referrer.indexOf("edit") === -1)
|
||||||
|
{
|
||||||
|
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.",
|
||||||
|
function() {
|
||||||
|
$(location).attr("href", "<?php echo helper::baseUrl(); ?>page/edit/<?php echo $this->getUrl(0); ?>");
|
||||||
|
},
|
||||||
|
function() {
|
||||||
|
$(location).attr("href", "<?php echo helper::baseUrl() . $this->getUrl(); ?>/force");
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$(location).attr("href", "<?php echo helper::baseUrl(); ?>");
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user