]> _ Git - bloomsburie.git/commitdiff
wip #7260 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Jan 2025 17:18:23 +0000 (18:18 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Jan 2025 17:18:23 +0000 (18:18 +0100)
framework/application/forms/CMS/Carrers.php
framework/application/views/scripts/templates/carrers.phtml

index 0aead83aed53a3281bf0f52de88b3e7960084db8..a9b7b3143f7ad3e90716fe63f15e805e6aa5443d 100644 (file)
@@ -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);
     }
 
 }
index 4fd508de8ad3b364538fc25e0bc169d73d95facc..8aa46ee9e505fe95c1283a69d4f349eefb087a22 100644 (file)
@@ -4,9 +4,15 @@ $this->headScript()->addScriptAndStyle('carrers');
 echo $this->twocols();
 
 ?>
-<div class="agency-photo mb-4vw"><?php echo $this->imageSlideshowContinuous($this->photo, 650, array(), array('arrowspermanent' => 1)); ?></div>
+<div class="agency-photo"><?php echo $this->imageSlideshowContinuous($this->photo, 650, array(), array('arrowspermanent' => 1)); ?></div>
+<div class="contents positions">
+    <?php echo $this->textLayer($this->positions,'blue pb-4vw pt-4vw'); ?>
+</div>
 <div class="contents howwework">
     <?php echo $this->textLayer($this->howwework); ?>
 </div>
 
 
+
+
+