From: Steve Sutton Date: Fri, 18 Oct 2019 21:05:33 +0000 (-0400) Subject: Update ui elements X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cfcbe2e77a9a79f82cbbd4d961c22a12fd72e21d;p=WP-Plugins%2Fglm-member-db.git Update ui elements Fixing some issues with ui elements --- 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}