From: Steve Sutton Date: Mon, 15 Jul 2019 20:51:30 +0000 (-0400) Subject: Update for UI Elements X-Git-Tag: v2.12.7^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=22d9bd6092d9c567c44c5a231ed8499eb5256670;p=WP-Plugins%2Fglm-member-db.git Update for UI Elements Add callout.html for setting update add error notice on the top of forms. --- diff --git a/views/ui/f6/callout.html b/views/ui/f6/callout.html new file mode 100644 index 00000000..ed1c4465 --- /dev/null +++ b/views/ui/f6/callout.html @@ -0,0 +1,17 @@ +{* + Foundation 6 Callout Notice + + {$ui = [ + 'label' => string Label text for this Callout, + 'active' => string True or False if this notice is active + 'type' => string Success, Warning, Alert, Primary or Secondary + ]} +*} +{if $ui.active} +
+ +

{$ui.label}

+
+{/if} diff --git a/views/ui/f6/checkbox.html b/views/ui/f6/checkbox.html index a7002120..01fd03bd 100644 --- a/views/ui/f6/checkbox.html +++ b/views/ui/f6/checkbox.html @@ -30,8 +30,8 @@ >