Re-add a header2.searchinputs entity until translations catch up with
r45917.
This commit is contained in:
parent
ae76de5677
commit
87c0b37442
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45918
1 changed files with 14 additions and 0 deletions
|
@ -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='';"
|
||||
value="&header2.word.search;" /><![CDATA[ ]]>
|
||||
<span> </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">
|
||||
|
|
Loading…
Reference in a new issue