Skip to content
Snippets Groups Projects

on bootstrap

Merged Ghislain Loas requested to merge dev#99489_magasin_de_themes_bases_sur_bootstrap into master
Files
2
@@ -57,7 +57,8 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->setCfgSiteParam('hauteur_banniere', '')
->setCfgSiteParam('responsive', '')
->setCfgSiteParam('couleur_lien_bandeau', '')
->setCfgSiteParam('couleur_texte_bandeau', '');
->setCfgSiteParam('couleur_texte_bandeau', '')
->setAccessLevel(-1);
(new Class_Profil_Preferences())
->setModulePref($this->_profile,
@@ -192,7 +193,7 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->_addWidget(Intonation_Library_Widget_Nav_Definition::CODE,
Class_Profil::DIV_BANNIERE,
['titre' => $this->_('Menu principal'),
'boite' => ['no_border', 'no_border_radius', 'no_shadow', 'black_and_white'],
'boite' => ['no_border', 'no_border_radius', 'no_shadow', 'black_and_white', 'admin_tools_invert_colors'],
'menu' => $this->_profile_id . '-' . $this->_menu_id,
$this->_template->withNameSpace('expand_breakpoint') => Intonation_Library_Constants::RESPONSIVE_MODE_MEDIUM,
$this->_template->withNameSpace('width_xsmall') => 12,
@@ -218,7 +219,7 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->_addWidget(Intonation_Library_Widget_Carousel_Library_Definition::CODE,
Class_Profil::DIV_MAIN,
['titre' => $this->_('Bibliothèques'),
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3'],
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3', 'admin_tools_invert_colors'],
'rendering' => 'card-description',
'layout' => 'carousel',
'filters' => 'opening;town',
@@ -233,7 +234,7 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->_addWidget(Intonation_Library_Widget_Carousel_Agenda_Definition::CODE,
Class_Profil::DIV_MAIN,
['titre' => $this->_('Agenda'),
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3'],
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3', 'admin_tools_invert_colors'],
'rendering' => 'card',
'layout' => 'carousel',
'size' => 9,
@@ -252,7 +253,7 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->_addWidget(Intonation_Library_Widget_Carousel_Record_Definition::CODE,
Class_Profil::DIV_MAIN,
['titre' => $this->_('Nouveautés'),
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3'],
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3', 'admin_tools_invert_colors'],
'rendering' => 'card-overlay',
'layout' => 'wall',
'size' => 9,
@@ -268,7 +269,7 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->_addWidget(Intonation_Library_Widget_Carousel_Review_Definition::CODE,
Class_Profil::DIV_MAIN,
['titre' => $this->_('Dernières critiques'),
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3'],
'boite' => ['no_background', 'no_border', 'no_border_radius', 'no_shadow', 'men_in_black', 'mb-3', 'admin_tools_invert_colors'],
'rendering' => 'card',
'layout' => 'multible_carousel',
'abon_ou_bib' => 'all',
@@ -285,7 +286,7 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->_addWidget(Intonation_Library_Widget_Credits_Definition::CODE,
Class_Profil::DIV_FOOTER,
['titre' => $this->_('Crédits'),
'boite' => ['no_border', 'no_border_radius', 'no_shadow', 'black_and_white', 'text-right'],
'boite' => ['no_border', 'no_border_radius', 'no_shadow', 'black_and_white', 'text-right', 'admin_tools_invert_colors'],
$this->_template->withNameSpace('width_xsmall') => 7,
$this->_template->withNameSpace('show_header') => 0,
$this->_template->withNameSpace('show_content') => 1,
@@ -294,7 +295,7 @@ class Intonation_Library_ProfilePatcher extends Class_Template_ProfilePatcher {
->_addWidget(Intonation_Library_Widget_Share_Definition::CODE,
Class_Profil::DIV_FOOTER,
['titre' => $this->_('Partager'),
'boite' => ['no_border', 'no_border_radius', 'no_shadow', 'black_and_white', 'text-center'],
'boite' => ['no_border', 'no_border_radius', 'no_shadow', 'black_and_white', 'text-center', 'admin_tools_invert_colors'],
$this->_template->withNameSpace('width_xsmall') => 5,
$this->_template->withNameSpace('show_header') => 0,
$this->_template->withNameSpace('show_content') => 1,