mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
toggle hint fix
This commit is contained in:
parent
9043547189
commit
4f2d743f9b
@ -23,7 +23,7 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="s_piler_email"><?php print $text_search_emails; ?>*:</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="s_piler_email" name="s_piler_email" value="<?php print $text_search_email_to_add; ?>" class="autocompletetext" onfocus="javascript:toggle_hint('s_piler_email', '<?php print $text_search_email_to_add; ?>', 1);" onblur="javascript:toggle_hint('s_piler_email', '<?php print $text_search_email_to_add; ?>', 0);" />
|
||||
<input type="text" id="s_piler_email" name="s_piler_email" placeholder="<?php print $text_search_email_to_add; ?>" class="autocompletetext" /></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -52,4 +52,4 @@
|
||||
|
||||
</form>
|
||||
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
|
Loading…
Reference in New Issue
Block a user