From: Steve Sutton Date: Fri, 2 Aug 2019 19:14:03 +0000 (-0400) Subject: Remove date file X-Git-Tag: v2.13.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3a78d1091685a63628b812fb9b69b53ff0c609cf;p=WP-Plugins%2Fglm-member-db.git Remove date file This was too much like the text one. Adding type $ui field --- diff --git a/views/ui/f6/date.html b/views/ui/f6/date.html deleted file mode 100644 index d78f12ed..00000000 --- a/views/ui/f6/date.html +++ /dev/null @@ -1,57 +0,0 @@ -{* - Foundation 6 UI - Text Input Field - - Do not list parameters if they're false. (We're not checking for false). - - {$ui = [ - 'field' => string Required Name of field that holds the data or formData array, - 'value' => string Required Value of this text element - 'label' => string Required Label text for this field, - 'pattern' => string Pattern attribute ( number, etc. ) - 'placeholder' => string Placeholder string, - 'required' => boolean True if required, - 'maxWidth' => string Size of input field using standard style notation ('900px', '15rem', ...), - 'maxLength' => integer Maximum number of characters that may be entered, - 'helpText' => string Help text for this input, - 'errorText' => string Error text that appears when the field doesn't validate, - 'dataError' => string Error from data Abstract Class - 'tip' => string String to display when hover over question mark on right - 'class' => string Additional Classes for the main cell div - 'inputClass' => string Additional Classes for the input - ]} -*} -
- {if (!isset($ui.value) && !isset($ui.field)) || !isset($ui.label)} - Field Error: Required field information not supplied! - {else} -
-
- {if isset($ui.tip)} - ? - {/if} - -
-
- -
-
- {if !empty($ui.dataError)}{$ui.dataError}{/if} - {if !empty($ui.errorText)}{$ui.errorText}{/if} - {if !empty($ui.helpText)}{$ui.helpText}
{/if} -
-
- {/if} -