needed to update jquery, fullcalendar needed updating for the new JS.

working on configuring a template.
This commit is contained in:
Naomi Aro 2013-07-29 08:57:31 -04:00
parent 46ecdf393d
commit 7183396da5
19 changed files with 8013 additions and 1533 deletions

View file

@ -0,0 +1,7 @@
<div id="configure_item_template" class="ui-widget ui-widget-content block-shadow alpha-block padded">
<?php foreach ($this->required as $field): ?>
<div><?php echo $field["name"]?></div>
<?php endforeach; ?>
</div>

View file

@ -1,3 +1,4 @@
<div id="history_template" class="ui-widget ui-widget-content block-shadow alpha-block padded">
<a href="<?php echo $this->baseUrl("Playouthistory/configure-item-template"); ?>">Configure Item Template</a>
</div>