From: bruno@cubedesigners.com Date: Mon, 17 Feb 2014 12:08:13 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dc9823ad8ce6d72c9e862e86a0e55649747788f9;p=cubedesigners-v7.git --- diff --git a/framework/application/forms/CMS/Sub/Casestudies/Studie.php b/framework/application/forms/CMS/Sub/Casestudies/Studie.php index 0a505c8..4b4ee0c 100644 --- a/framework/application/forms/CMS/Sub/Casestudies/Studie.php +++ b/framework/application/forms/CMS/Sub/Casestudies/Studie.php @@ -3,32 +3,32 @@ class Cubedesigners_Form_CMS_Sub_Casestudies_Studie extends CubeIT_Form_SubForm { public function init() { - parent::init(); + parent::init(); - $online = new Zend_Form_Element_Checkbox('online'); - $online->setLabel('En ligne'); - $this->addElement($online); + $online = new Zend_Form_Element_Checkbox('online'); + $online->setLabel('En ligne'); + $this->addElement($online); - $titre = new Zend_Form_Element_Text('titre'); - $titre->setLabel('Titre'); - $this->addElement($titre); + $titre = new Zend_Form_Element_Text('titre'); + $titre->setLabel('Titre'); + $this->addElement($titre); - $description = new Zend_Form_Element_Text('description'); - $description->setLabel('Description'); - $this->addElement($description); + $description = new Zend_Form_Element_Text('description'); + $description->setLabel('Description'); + $this->addElement($description); - $visuel = new CubeIT_Form_Element_File_Image('visuel'); - $visuel->setLabel('Visuel de la page Case Studies'); - $visuel->setMaxItems(1); - $this->addElement($visuel); + $visuel = new CubeIT_Form_Element_File_Image('visuel'); + $visuel->setLabel('Visuel de la page Case Studies'); + $visuel->setMaxItems(1); + $this->addElement($visuel); - $blocs = new Cubedesigners_Form_CMS_Sub_Casestudies_Content_Blocs('blocs'); - $blocs->setLegend('Contenu'); - $this->addSubForm($blocs, 'blocs'); + $blocs = new Cubedesigners_Form_CMS_Sub_Casestudies_Content_Blocs('blocs'); + $blocs->setLegend('Contenu'); + $this->addSubForm($blocs, 'blocs'); - $tags = new Cubedesigners_Form_Element_Tags('tags'); - $tags->setLabel('Tags'); - $this->addElement($tags); + $tags = new Cubedesigners_Form_Element_Tags('tags'); + $tags->setLabel('Tags'); + $this->addElement($tags); } } diff --git a/framework/application/views/scripts/templates/casestudies.phtml b/framework/application/views/scripts/templates/casestudies.phtml index a661189..242c414 100644 --- a/framework/application/views/scripts/templates/casestudies.phtml +++ b/framework/application/views/scripts/templates/casestudies.phtml @@ -8,12 +8,10 @@ $this->headScript()->addScriptAndStyle('casestudies'); CasestudiesTagsList($this->studies); ?> -
getCMSDatasOfPage($this->id); echo $this->CasestudiesList($datas); - fb($datas); + //fb($datas); ?>
- diff --git a/images/logo.svg b/images/logo.svg index e7aebfe..4baf79c 100644 --- a/images/logo.svg +++ b/images/logo.svg @@ -2,7 +2,7 @@