make the help links appear in a separate window, so you can read the
authorAndrew Tridgell <tridge@samba.org>
Fri, 27 Nov 1998 06:36:56 +0000 (06:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 27 Nov 1998 06:36:56 +0000 (06:36 +0000)
docs and do configuration at the same time.
(This used to be commit 386a3bfd337f4b248f6c88b9c98b9d6471cc9b25)

source3/web/swat.c

index 8538082a1384c3dedbc736dba51b62f4133b2028..e29e72862966b2c1cae902947b4bd106ad3ab818 100644 (file)
@@ -163,7 +163,7 @@ static void show_parameter(int snum, struct parm_struct *parm)
                ptr = lp_local_ptr(snum, ptr);
        }
 
-       printf("<tr><td><A HREF=\"/swat/help/smb.conf.5.html#%s\">Help</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s</td><td>", 
+       printf("<tr><td><A HREF=\"/swat/help/smb.conf.5.html#%s\" target=\"docs\">Help</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %s</td><td>", 
               stripspace(parm->label), parm->label);
 
        switch (parm->type) {