Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tpl/Schedule/schedule-days-horizontal.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- schedule-days-horizontal.tpl -->
{extends file="Schedule/schedule.tpl"}

{function name=displaySlot}
Expand Down
3 changes: 2 additions & 1 deletion tpl/Schedule/schedule-flipped.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--- schedule-flipped.tpl --->
{function name=displaySlotTall}
{call name=$DisplaySlotFactory->GetFunction($Slot, $AccessAllowed) Slot=$Slot Href=$Href SlotRef=$SlotRef ResourceId=$ResourceId}
{/function}
Expand Down Expand Up @@ -74,4 +75,4 @@
{/block}

{block name="scripts-before"}
{/block}
{/block}
3 changes: 2 additions & 1 deletion tpl/Schedule/schedule-mobile.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- schedule-mobile.tpl -->
{extends file="Schedule/schedule.tpl"}

{block name="legend"}{/block}
Expand Down Expand Up @@ -108,4 +109,4 @@
{/foreach}
{/foreach}
</table>
{/block}
{/block}
3 changes: 2 additions & 1 deletion tpl/Schedule/schedule-reservations-grid-static.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- schedule-reservations-grid-static.tpl -->
{function name=displaySlot}
{call name=$DisplaySlotFactory->GetFunction($Slot, $AccessAllowed) Slot=$Slot Href=$Href SlotRef=$SlotRef ResourceId=$ResourceId}
{/function}
Expand Down Expand Up @@ -50,4 +51,4 @@
</table>
</div>
{flush}
{/foreach}
{/foreach}
3 changes: 2 additions & 1 deletion tpl/Schedule/schedule-reservations-grid.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- schedule-reservations-grid.tpl -->
{function name=displaySlot}
{call name=$DisplaySlotFactory->GetFunction($Slot, $AccessAllowed) Slot=$Slot Href=$Href SlotRef=$SlotRef ResourceId=$ResourceId}
{/function}
Expand Down Expand Up @@ -55,4 +56,4 @@
</tbody>
</table>
{* {flush}*}
{/foreach}
{/foreach}
3 changes: 2 additions & 1 deletion tpl/Schedule/schedule-week-condensed.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- schedule-week-condensed.tpl -->
{extends file="Schedule/schedule.tpl"}

{block name="legend"}{/block}
Expand Down Expand Up @@ -160,4 +161,4 @@
});
});
</script>
{/block}Z
{/block}Z
3 changes: 2 additions & 1 deletion tpl/Schedule/schedule.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- tpl/Schedule/schedule.tpl -->
{* All of the slot display formatting *}

{function name=displayPastTime}
Expand Down Expand Up @@ -463,4 +464,4 @@ ShowButtonPanel='true'
OnSelect='dpDateChanged'
FirstDay=$FirstWeekday}

{include file='globalfooter.tpl'}
{include file='globalfooter.tpl'}