Add another layer of tables to the top banner, for IE's benefit.
[irspy-moved-to-github.git] / web / htdocs / details / add.mc
index 07bb609..fad50b5 100644 (file)
@@ -1,4 +1,4 @@
-%# $Id: add.mc,v 1.1 2006-09-20 16:49:46 mike Exp $
+%# $Id: add.mc,v 1.3 2006-09-25 15:33:38 mike Exp $
 <%perl>
 if ($r->param("_add")) {
     my $host = $r->param("net.host");
@@ -6,14 +6,14 @@ if ($r->param("_add")) {
     my $db = $r->param("net.path");
     my $id = "$host:$port/$db";
     $r->param(id => $id);
-    $m->comp("check.mc");
+    $m->comp("check.mc", id => $id);
 } else {
 </%perl>
      <p>
       Enter the connection details of the target you wish to add,
       then press the <b>Add</b> button.
      </p>
-     <form>
+     <form method="get" action="">
       <table class="searchform">
        <tr>
         <th>Host</th>