mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Remove leftover calls to PHP template functions
This commit is contained in:
@ -21,11 +21,11 @@
|
|||||||
<div id="pgSearch">
|
<div id="pgSearch">
|
||||||
<form method="get" action="http://search.postgresql.org/search">
|
<form method="get" action="http://search.postgresql.org/search">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="pgBlockHide"><label for="q">func_lang("Search")</label></h2>
|
<h2 class="pgBlockHide"><label for="q">Search</label></h2>
|
||||||
<input id="q" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" accesskey="s" /><input name="a" type="hidden" value="1"/><input id="submit" name="submit" type="submit" value="Search" />
|
<input id="q" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" accesskey="s" /><input name="a" type="hidden" value="1"/><input id="submit" name="submit" type="submit" value="Search" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<h2 class="pgBlockHide">func_lang("Peripheral Links")</h2>
|
<h2 class="pgBlockHide">Peripheral Links</h2>
|
||||||
<div id="pgSearchNav">
|
<div id="pgSearchNav">
|
||||||
<ul id="pgSearchNavList">
|
<ul id="pgSearchNavList">
|
||||||
<li>
|
<li>
|
||||||
|
Reference in New Issue
Block a user