Skip to content
Snippets Groups Projects
Commit e5c40d0e authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #64573 move share widget to intonation folder

parent f237d00e
Branches
Tags
4 merge requests!3297WIP: Master,!3037Master,!2988Dev#64573 templates pour l interface publique libraire bootstrap,!2913Dev#64573 templates pour l interface publique libraire bootstrap
Pipeline #5501 passed with stage
in 34 minutes and 3 seconds
......@@ -20,7 +20,7 @@
*/
class Intonation_System_Widget_Share extends Class_Systeme_ModulesAccueil_Null {
class Intonation_Library_Widget_Share_Definition extends Class_Systeme_ModulesAccueil_Null {
const
CODE = 'SHARE';
......@@ -32,8 +32,8 @@ class Intonation_System_Widget_Share extends Class_Systeme_ModulesAccueil_Null {
public function __construct() {
$this->_libelle = $this->_('Boite partager');
$this->_form = 'ZendAfi_Form_Configuration_Widget_Share';
$this->_view_helper = 'ZendAfi_View_Helper_Widget_Share';
$this->_form = 'Intonation_Library_Widget_Share_Form';
$this->_view_helper = 'Intonation_Library_Widget_Share_View';
$this->_defaultValues = ['titre' => $this->_libelle];
}
}
\ No newline at end of file
......@@ -20,4 +20,4 @@
*/
class ZendAfi_Form_Configuration_Widget_Share extends ZendAfi_Form_Configuration_Widget_Base {}
\ No newline at end of file
class Intonation_Library_Widget_Share_Form extends ZendAfi_Form_Configuration_Widget_Base {}
\ No newline at end of file
......@@ -20,7 +20,7 @@
*/
class ZendAfi_View_Helper_Widget_Share extends Zendafi_View_Helper_Accueil_Base {
class Intonation_Library_Widget_Share_View extends Zendafi_View_Helper_Accueil_Base {
public function getHtml() {
$this->titre = $this->_settings->getTitre();
......
......@@ -115,7 +115,7 @@ class Intonation_Template extends Class_Template {
Intonation_Library_Widget_Login_Definition::CODE => new Intonation_Library_Widget_Login_Definition,
Intonation_Library_Widget_Search_Definition::CODE => new Intonation_Library_Widget_Search_Definition,
Intonation_Library_Widget_Accessibility_Definition::CODE => new Intonation_Library_Widget_Accessibility_Definition,
Intonation_System_Widget_Share::CODE => new Intonation_System_Widget_Share,
Intonation_Library_Widget_Share_Definition::CODE => new Intonation_Library_Widget_Share_Definition,
Intonation_System_Widget_Image::CODE => new Intonation_System_Widget_Image,
Intonation_System_Widget_AdminTools::CODE => new Intonation_System_Widget_AdminTools,
Intonation_System_Widget_Credits::CODE => new Intonation_System_Widget_Credits,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment