From c4ebeb31487abccb9642c13fbd1125f9183319ed Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 15 Jan 2025 18:18:23 +0100 Subject: [PATCH] wip #7260 @2 --- framework/application/forms/CMS/Carrers.php | 4 ++++ .../application/views/scripts/templates/carrers.phtml | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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); ?>
+ + + -- 2.39.5