Update URL of msgid search actor, and some minor HTML changes to make things fit...
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 9 Mar 2009 15:40:55 +0000 (15:40 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 9 Mar 2009 15:40:55 +0000 (15:40 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2434 8f5c7a92-453e-0410-a47f-ad33c8a6b003

archives/templates/html/search_box.html

index 337c9b7594c7f6430a30ba4fa47ee01dc2efb885..f2ff3735ec80b7e503765ed2410db50d6661df76 100644 (file)
@@ -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>