forked from ZwiiCMS-Team/ZwiiCMS
Modif : amélioration de l'aperçu dans le footer
This commit is contained in:
parent
536bd33181
commit
1fc2a34831
@ -24,7 +24,7 @@ class common {
|
|||||||
const GROUP_MEMBER = 1;
|
const GROUP_MEMBER = 1;
|
||||||
const GROUP_MODERATOR = 2;
|
const GROUP_MODERATOR = 2;
|
||||||
const GROUP_ADMIN = 3;
|
const GROUP_ADMIN = 3;
|
||||||
const ZWII_VERSION = '8.3.13';
|
const ZWII_VERSION = '8.3.14';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
|
@ -94,10 +94,6 @@ $("#themeFooterForm").on("change",function() {
|
|||||||
$("#footerSocials").show().appendTo("#siteRight");
|
$("#footerSocials").show().appendTo("#siteRight");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}).trigger("change");
|
|
||||||
|
|
||||||
// Bloc Copyright
|
|
||||||
$("#themeFooterCopyrightPosition").on("change",function() {
|
|
||||||
switch($("#themeFooterCopyrightPosition").val()) {
|
switch($("#themeFooterCopyrightPosition").val()) {
|
||||||
case 'hide':
|
case 'hide':
|
||||||
$("#footerCopyright").hide();
|
$("#footerCopyright").hide();
|
||||||
@ -117,6 +113,7 @@ $("#themeFooterCopyrightPosition").on("change",function() {
|
|||||||
}
|
}
|
||||||
}).trigger("change");
|
}).trigger("change");
|
||||||
|
|
||||||
|
|
||||||
// Fin Position dans les blocs
|
// Fin Position dans les blocs
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user