From: Steve Sutton Date: Mon, 16 Sep 2019 12:27:38 +0000 (-0400) Subject: Update tip location. X-Git-Tag: v2.13.1^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=39a99f21979c6f5c639c54c450916d15c617c41b;p=WP-Plugins%2Fglm-member-db.git Update tip location. Place in the label and remove hard coded style attribute. --- diff --git a/views/ui/f6/checkbox.html b/views/ui/f6/checkbox.html index 28d050bd..1ef462f7 100644 --- a/views/ui/f6/checkbox.html +++ b/views/ui/f6/checkbox.html @@ -34,10 +34,11 @@
- {if isset($ui.tip)} - ? - {/if} - +
{if !empty($ui.helpText)}{$ui.helpText}{/if} diff --git a/views/ui/f6/editor.html b/views/ui/f6/editor.html index 559aa45e..a6c1a8d7 100644 --- a/views/ui/f6/editor.html +++ b/views/ui/f6/editor.html @@ -21,10 +21,11 @@ *}
- {if isset($ui.tip)} - ? - {/if} - + {if !empty($ui.value)} {$glm_ui_param_textAreaContent = $ui.value} {else} diff --git a/views/ui/f6/number.html b/views/ui/f6/number.html index 9b10d89d..8c084ee9 100644 --- a/views/ui/f6/number.html +++ b/views/ui/f6/number.html @@ -28,14 +28,14 @@ {* If min or max values are supplied, add validator to check that *} {if isset($ui.min) || isset($ui.max)} {$usingNumberValidator = true} -