mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 04:50:11 +01:00
added placeholder text to search fields
This commit is contained in:
parent
93696c2985
commit
97800b32fa
@ -37,7 +37,7 @@
|
|||||||
<input type="hidden" name="sort" id="sort" value="date" />
|
<input type="hidden" name="sort" id="sort" value="date" />
|
||||||
<input type="hidden" name="order" id="order" value="0" />
|
<input type="hidden" name="order" id="order" value="0" />
|
||||||
|
|
||||||
<input type="text" id="_search" name="_search" class="advtextgrey" value="<?php print $text_enter_search_terms; ?>" onclick="Piler.toggle_search_class();" />
|
<input type="text" id="_search" name="_search" class="advtextgrey" value="" placeholder="<?php print $text_enter_search_terms; ?>" />
|
||||||
|
|
||||||
<button id="button_search" class="active" onclick="Piler.auditexpert(this);"><?php print $text_search; ?></button>
|
<button id="button_search" class="active" onclick="Piler.auditexpert(this);"><?php print $text_search; ?></button>
|
||||||
<input type="button" class="advsecondary" onclick="Piler.cancel();" value="<?php print $text_cancel; ?>" />
|
<input type="button" class="advsecondary" onclick="Piler.cancel();" value="<?php print $text_cancel; ?>" />
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<input type="hidden" name="ref" id="ref" value="" />
|
<input type="hidden" name="ref" id="ref" value="" />
|
||||||
<input type="hidden" name="prefix" id="prefix" value="" />
|
<input type="hidden" name="prefix" id="prefix" value="" />
|
||||||
|
|
||||||
<input type="text" id="_search" name="_search" class="advtextgrey" value="<?php print $text_enter_search_terms; ?>" onclick="Piler.toggle_search_class();" />
|
<input type="text" id="_search" name="_search" class="advtextgrey" value="" placeholder="<?php print $text_enter_search_terms; ?>" />
|
||||||
|
|
||||||
<div class="aoo" onclick="$('#searchpopup1').show();">
|
<div class="aoo" onclick="$('#searchpopup1').show();">
|
||||||
<div class="aoq"></div>
|
<div class="aoq"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user