From: Vincent Vanwaelscappel Date: Wed, 15 Jan 2025 17:18:23 +0000 (+0100) Subject: wip #7260 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c4ebeb31487abccb9642c13fbd1125f9183319ed;p=bloomsburie.git wip #7260 @2 --- diff --git a/framework/application/forms/CMS/Carrers.php b/framework/application/forms/CMS/Carrers.php index 0aead83..a9b7b31 100644 --- a/framework/application/forms/CMS/Carrers.php +++ b/framework/application/forms/CMS/Carrers.php @@ -14,6 +14,10 @@ class Cubedesigners_Form_CMS_Carrers extends Cubedesigners_Form_CMS_Twocolumns $howwework = new CubeIT_Form_Element_Markitup('howwework'); $howwework->setLabel('How we work'); $this->addElement($howwework); + + $positions = new CubeIT_Form_Element_Markitup('positions'); + $positions->setLabel('Positions intro'); + $this->addElement($positions); } } diff --git a/framework/application/views/scripts/templates/carrers.phtml b/framework/application/views/scripts/templates/carrers.phtml index 4fd508d..8aa46ee 100644 --- a/framework/application/views/scripts/templates/carrers.phtml +++ b/framework/application/views/scripts/templates/carrers.phtml @@ -4,9 +4,15 @@ $this->headScript()->addScriptAndStyle('carrers'); echo $this->twocols(); ?> -
imageSlideshowContinuous($this->photo, 650, array(), array('arrowspermanent' => 1)); ?>
+
imageSlideshowContinuous($this->photo, 650, array(), array('arrowspermanent' => 1)); ?>
+
+ textLayer($this->positions,'blue pb-4vw pt-4vw'); ?> +
textLayer($this->howwework); ?>
+ + +