mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-05 18:34:52 +00:00
Remove leftover calls to PHP template functions
This commit is contained in:
@ -21,11 +21,11 @@
|
||||
<div id="pgSearch">
|
||||
<form method="get" action="http://search.postgresql.org/search">
|
||||
<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" />
|
||||
</div>
|
||||
</form>
|
||||
<h2 class="pgBlockHide">func_lang("Peripheral Links")</h2>
|
||||
<h2 class="pgBlockHide">Peripheral Links</h2>
|
||||
<div id="pgSearchNav">
|
||||
<ul id="pgSearchNavList">
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user