Enhanced the egw_source command. An optional parameter specifies the
[egate.git] / www / mtargets.egw
index 0d23dc9..a1f9341 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: mtargets.egw,v 1.20 1996/03/14 11:50:46 adam Exp $
+# $Id: mtargets.egw,v 1.23 1996/08/28 09:36:02 adam Exp $
     set setNo 1
     source ztargets.conf
     if {![info exists debug]} {
@@ -36,6 +36,7 @@
 
     set useIcons 1
     button-main
+    button-feedback
     button-define-target
 
     html "<h2>Choose one or more targets</h2>\n"
@@ -48,7 +49,7 @@
     }
     proc targetC {t} {
         global targets
-        html {<dt><b>} [ lindex $targets($t) 0]
+        html {<dt><b>} [lindex $targets($t) 0]
         html {</b>: }
         set databases [splitDatabaseSpec $t]
         
@@ -71,6 +72,7 @@
     html "<p>\n"
     set useIcons 0
     button-main
+    button-feedback
     button-define-target
 }