[Rt-commit] rt branch, 4.0/simplesearch-placeholder-text, repushed
Kevin Falcone
falcone at bestpractical.com
Thu Feb 6 11:00:46 EST 2014
The branch 4.0/simplesearch-placeholder-text was deleted and repushed:
was 125a451f60101fde73bf0792fe15a9de765f93d2
now 43f534acdb227a8f56c31434e763bf307440faf7
1: 125a451 ! 1: 43f534a Make it possible to use Simplesearch with a different placeholder text
@@ -12,7 +12,7 @@
%# END BPS TAGGED BLOCK }}}
<form action="<% RT->Config->Get('WebPath') %><% $SendTo %>" id="simple-search">
- <input size="12" name="q" autocomplete="off" accesskey="0" class="field" value="<&|/l&>Search</&>..." onfocus="if (this.value=='<&|/l&>Search</&>...') this.value=''" />
-+ <input size="12" name="q" autocomplete="off" accesskey="0" class="field" value="<% $Placeholder %>..." onfocus="if (this.value=='<&|/l&>Search</&>...') this.value=''" />
++ <input size="12" name="q" autocomplete="off" accesskey="0" class="field" value="<% $Placeholder %>..." onfocus="if (this.value==(<% $Placeholder, |n,j %>+'...')) this.value=''" />
</form>
<%ARGS>
$SendTo => '/Search/Simple.html'
More information about the rt-commit
mailing list