summaryrefslogtreecommitdiff
path: root/source3/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
commitb90966d85bd353e4b276b5998590435e88c4dbf6 (patch)
tree5ff04ccee6846c07db09aa0d38b51693e616f450 /source3/web
parent270edc929f774102df26e9a9d054d25d733bfe5d (diff)
downloadsamba-b90966d85bd353e4b276b5998590435e88c4dbf6.tar.gz
samba-b90966d85bd353e4b276b5998590435e88c4dbf6.tar.bz2
samba-b90966d85bd353e4b276b5998590435e88c4dbf6.zip
make the help links appear in a separate window, so you can read the
docs and do configuration at the same time. (This used to be commit 386a3bfd337f4b248f6c88b9c98b9d6471cc9b25)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 8538082a13..e29e728629 100644
--- a/source3/web/swat.c
+++ b/source3/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) {