summaryrefslogtreecommitdiff
path: root/archives
diff options
context:
space:
mode:
authorAlvaro Herrera2009-03-09 15:40:55 +0000
committerAlvaro Herrera2009-03-09 15:40:55 +0000
commitfe3269f73876908a1cbda419f4a1d354fb810de3 (patch)
tree4f924e030263acf6e0cc515f436e78f8da77a07a /archives
parent5207dbe4349225f2bebf2152b5914895580beb1e (diff)
Update URL of msgid search actor, and some minor HTML changes to make things fit a bit better
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2434 8f5c7a92-453e-0410-a47f-ad33c8a6b003
Diffstat (limited to 'archives')
-rw-r--r--archives/templates/html/search_box.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/archives/templates/html/search_box.html b/archives/templates/html/search_box.html
index 337c9b75..f2ff3735 100644
--- a/archives/templates/html/search_box.html
+++ b/archives/templates/html/search_box.html
@@ -5,7 +5,7 @@ function formSubmit() {
"http://search.postgresql.org/archives.search";
} else if (document.pressed == 'Message-Id') {
document.searchform.action =
- "http://archives/message-by-id.php";
+ "http://archives.postgresql.org/message-by-id.php";
}
return true;
}
@@ -14,10 +14,10 @@ function formSubmit() {
<form name="searchform" method="get" action="http://search.postgresql.org/archives.search" onSubmit="return formSubmit();">
<div class="tblBasic">
-<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey" width="590">
+<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey" width="620">
<tr>
<td class="colFirstRT">Search archives</td>
- <td class="colLast"><input type="text" name="q" size="30" value=""/> <input type="submit" value="Search!" onClick="document.pressed=this.value" /> <input type="submit" value="Message-Id" onClick="document.pressed=this.value" /></td>
+ <td class="colLast"><input type="text" name="q" size="25" value=""/> <input type="submit" value="Search!" onClick="document.pressed=this.value" /> <input type="submit" value="Message-Id" onClick="document.pressed=this.value" /></td>
</tr>
<tr>