needed to update jquery, fullcalendar needed updating for the new JS.
working on configuring a template.
This commit is contained in:
parent
46ecdf393d
commit
7183396da5
19 changed files with 8013 additions and 1533 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue