From 802897c0abf4b0ccfca7cfffc628aa2d8fbf02e0 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 15 Mar 2017 22:00:37 -0400 Subject: [PATCH] Restored tabs display until a more complete CSS solution is worked out --- view/theme/frio/templates/event_form.tpl | 10 +++++----- view/theme/frio/templates/jot.tpl | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/view/theme/frio/templates/event_form.tpl b/view/theme/frio/templates/event_form.tpl index 749218e91..d4b455b23 100644 --- a/view/theme/frio/templates/event_form.tpl +++ b/view/theme/frio/templates/event_form.tpl @@ -8,23 +8,23 @@ {{* Mark the first list entry as active because it is the first which is active after opening the modal. Changing of the activity status is done by js in event_head.tpl *}}
  • - + {{$advanced}}
  • {{if $acl}}
  • - + {{$permissions}}
  • {{/if}} {{if $preview}}
  • - + {{$preview}}
  • {{/if}} {{* commented out because it isn't implemented yet -
  • +
  • Browser
  • *}} diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index f439f477c..71fdae7cd 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -20,16 +20,16 @@ {{if $acl}}
  • - {{$shortpermset}} + {{$shortpermset}}
  • {{/if}} {{if $preview}}
  • - {{$preview}} + {{$preview}}
  • {{/if}}
  • - {{$browser}} + {{$browser}}
  • @@ -39,16 +39,16 @@ {{* mark the first list entry as active because it is the first which is active after opening the modal. Changing of the activity status is done by js in jot.tpl-header *}}
  • - + {{$message}}
  • {{if $acl}}
  • - + {{$shortpermset}}
  • {{/if}} {{if $preview}}
  • - + {{$preview}}
  • {{/if}}