From: Steve Sutton Date: Wed, 17 Jul 2019 20:56:40 +0000 (-0400) Subject: New UI elements X-Git-Tag: v2.12.7^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=96132da81b57572ca270027d4ba90ef741d0e489;p=WP-Plugins%2Fglm-member-db.git New UI elements Adding form and grid start and end. --- diff --git a/views/ui/f6/checkbox.html b/views/ui/f6/checkbox.html index a5b535ad..91e01f99 100644 --- a/views/ui/f6/checkbox.html +++ b/views/ui/f6/checkbox.html @@ -19,7 +19,7 @@
-
+
+*} +
diff --git a/views/ui/f6/grid-start.html b/views/ui/f6/grid-start.html new file mode 100644 index 00000000..266c5bd2 --- /dev/null +++ b/views/ui/f6/grid-start.html @@ -0,0 +1,70 @@ +{* + Foundation 6 - Grid Start + + {$ui = [ + 'nowrap' => string True if no sections should wrap to the right, + 'backgroundColor' => string Background color of overall grid area, + 'sectionColor' => string background color of sections + ]} + +*} +{$glm_f6_ui_wrapsize = 6 scope="global"} +{if isset($ui.nowrap) && $ui.nowrap} + {$glm_f6_ui_wrapsize = 12 scope="global"} +{/if} +{$glm_f6_ui_background_color = 'white' scope="global"} +{if isset($ui.backgroundColor)} + {$glm_f6_ui_background_color = $ui.backgroundColor scope="global"} +{/if} +{$glm_f6_ui_section_color = 'white' scope="global"} +{if isset($ui.sectionColor)} + {$glm_f6_ui_section_color = $ui.sectionColor scope="global"} +{/if} + + +
+ {*
*} + +