summaryrefslogtreecommitdiffstats
path: root/source/web
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-27 06:36:56 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-27 06:36:56 +0000
commit386a3bfd337f4b248f6c88b9c98b9d6471cc9b25 (patch)
treeb4ac9f01aee1163e8b8bd78a45290723540d6c49 /source/web
parentc830d893f1f7eb176dc1fb7de0a4efc748fd1423 (diff)
downloadsamba-386a3bfd337f4b248f6c88b9c98b9d6471cc9b25.tar.gz
samba-386a3bfd337f4b248f6c88b9c98b9d6471cc9b25.tar.xz
samba-386a3bfd337f4b248f6c88b9c98b9d6471cc9b25.zip
make the help links appear in a separate window, so you can read the
docs and do configuration at the same time.
Diffstat (limited to 'source/web')
-rw-r--r--source/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 8538082a138..e29e7286296 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -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) {