diff options
| author | Alvaro Herrera | 2011-12-05 15:08:07 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2011-12-05 15:08:07 +0000 |
| commit | 2e9bad02618b08cd9ce00a93ae2769e0b27e4a59 (patch) | |
| tree | 0f8b8f126bd218ead267db6ccd5a367e2082b67e /archives | |
| parent | bdca2990fab18c6dd7f7e2c939dcb1b55afb596e (diff) | |
Update two more search.postgresql.org URLs
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2915 8f5c7a92-453e-0410-a47f-ad33c8a6b003
Diffstat (limited to 'archives')
| -rw-r--r-- | archives/templates/html/search_box.html | 2 | ||||
| -rw-r--r-- | archives/templates/html/top_config.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archives/templates/html/search_box.html b/archives/templates/html/search_box.html index ce019891..7966ec96 100644 --- a/archives/templates/html/search_box.html +++ b/archives/templates/html/search_box.html @@ -2,7 +2,7 @@ function formSubmit() { if (document.pressed == 'Search!') { document.searchform.action = - "http://search.postgresql.org/archives.search"; + "http://www.postgresql.org/search/"; } else if (document.pressed == 'Message-Id') { document.searchform.action = "http://archives.postgresql.org/message-by-id.php"; diff --git a/archives/templates/html/top_config.html b/archives/templates/html/top_config.html index 50592b3f..55a69a62 100644 --- a/archives/templates/html/top_config.html +++ b/archives/templates/html/top_config.html @@ -16,7 +16,7 @@ <span class="txtOffScreen"><a href="#pgContentWrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span> <div id="pgHeaderContainer"> <div id="pgSearch"> - <form method="get" action="http://search.postgresql.org/search"> + <form method="get" action="http://www.postgresql.org/search"> <div> <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" /> |
