use placeholder
This commit is contained in:
parent
7ca202baad
commit
0215ceeecd
|
@ -56,7 +56,7 @@
|
|||
|
||||
{{if $permonly}}
|
||||
{{include file="field_textarea.tpl" field=$permonlybox}}
|
||||
<input type="input" id="registertarpid" style="display: none;" value="Don't enter anything here" />
|
||||
<input type="input" id="registertarpid" style="display: none;" placeholder="Don't enter anything here" />
|
||||
{{/if}}
|
||||
|
||||
{{$publish nofilter}}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
{{if $permonly}}
|
||||
{{include file="field_textarea.tpl" field=$permonlybox}}
|
||||
<input type="input" id="registertarpid" style="display: none;" value="Don't enter anything here"/>
|
||||
<input type="input" id="registertarpid" style="display: none;" placeholder="Don't enter anything here"/>
|
||||
{{/if}}
|
||||
|
||||
{{$publish nofilter}}
|
||||
|
|
Loading…
Reference in a new issue