Major revision. Single-target result set can be reached from the
[egate.git] / www / query.egw
index 5c5e033..f17cc58 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 {
-# $Id: query.egw,v 1.37 1996/03/12 16:30:27 adam Exp $
+# $Id: query.egw,v 1.38 1996/03/13 14:07:30 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -96,11 +96,11 @@ proc ok-response {} {
 
     set useIcons 1
     button-main
-    button-new-target 1
+    button-new-target
     if {[lsearch [z390 options] scan] >= 0} {
-        button-scan-window 1 $setNo
+        button-scan-window $setNo
     }
-    button-view-history 0 
+    button-view-history
 
     html "<h2>" [lindex $targets($host) 0] "</h2><br>\n"
 
@@ -139,7 +139,7 @@ proc ok-response {} {
             html [concat $databases] {"> All <br>} \n
         }
     }
-    html "Input your search criteria:<br>\n"
+    html "<b>Fill-in this search form:</b><br>\n"
     set fields [lindex $targets($host) 2]
     for {set no 1} {$no < 4} {incr no} {
         html {<select name="menu} $no {">} \n
@@ -206,11 +206,11 @@ proc ok-response {} {
 
     set useIcons 0
     button-main
-    button-new-target 1
+    button-new-target
     if {[lsearch [z390 options] scan] >= 0} {
-        button-scan-window 1 $setNo
+        button-scan-window $setNo
     }
-    button-view-history 0 
+    button-view-history
 }
 
 {