From fcbcc4bea7cd4867511c94e62f0107d58317c464 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 18 Oct 2019 17:05:33 -0400 Subject: [PATCH] Update ui elements Fixing some issues with ui elements --- views/ui/f6/grid-end.html | 1 + views/ui/f6/grid-start.html | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/views/ui/f6/grid-end.html b/views/ui/f6/grid-end.html index 1de0587d..e00ce252 100644 --- a/views/ui/f6/grid-end.html +++ b/views/ui/f6/grid-end.html @@ -8,4 +8,5 @@ ]} *} + {if $glm_f6_ui_startGridX}{/if} diff --git a/views/ui/f6/grid-start.html b/views/ui/f6/grid-start.html index 636e19e4..5638bbda 100644 --- a/views/ui/f6/grid-start.html +++ b/views/ui/f6/grid-start.html @@ -5,6 +5,7 @@ 'nowrap' => boolean True if no sections should wrap to the right, 'backgroundColor' => string Background color of overall grid area, 'sectionColor' => string background color of sections + 'startGridX' => boolean ]} *} @@ -21,6 +22,9 @@ {if isset($ui.sectionColor)} {$glm_f6_ui_section_color = $ui.sectionColor scope="global"} {/if} +{if isset($ui.startGridX)} + {$glm_f6_ui_startGridX = $ui.startGridX|default:false scope="global"} +{/if} -
- {*
*} +
+ {if $glm_f6_ui_startGridX} +
+ {/if} -- 2.17.1