Re-add a header2.searchinputs entity until translations catch up with

r45917.
This commit is contained in:
Gavin Atkinson 2014-11-04 04:15:49 +00:00
parent ae76de5677
commit 87c0b37442
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45918

View file

@ -48,6 +48,20 @@
</div>
'>
<!-- Legacy until translations catch up -->
<!ENTITY header2.searchinputs '
<div xmlns="http://www.w3.org/1999/xhtml">
<input type="hidden" name="max" value="25" />
<input type="hidden" name="source" value="www" />
<input id="words" name="words" type="text" size="20"
maxlength="255"
onfocus="if( this.value==this.defaultValue ) this.value=&#39;&#39;;"
value="&header2.word.search;" /><![CDATA[ ]]>
<span>&nbsp;</span>
<input id="submit" name="submit" type="submit" value="&header2.word.search;" />
</div>
'>
<!ENTITY header2.searchbox '
<div id="search" xmlns="http://www.w3.org/1999/xhtml">
<form action="&cgibase;/search.cgi" method="get">