2
use_javascript('jquery.ui.custom.js');
3
//use_javascript('agMain.js');
4
use_stylesheet('jquery/jquery.ui.custom.css');
5
use_stylesheet('jquery/mayon.jquery.ui.css');
3
foreach ($shifttemplateforms->getEmbeddedForms() as $key => $shifttemplateform) {
4
include_partial('shifttemplateform', array('shifttemplateform' => $shifttemplateform, 'scenario_id' => $scenario_id, 'number' => $key));
10
<?php foreach ($shifttemplateforms->getEmbeddedForms() as $key => $shifttemplateform): ?>
11
<div class="infoHolder shiftTemplateCounter">
12
<?php include_partial('newshifttemplateform', array('shifttemplateform' => $shifttemplateform, 'scenario_id' => $scenario_id, 'number' => $key)) ?>