diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-11-27 06:36:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-11-27 06:36:56 +0000 |
commit | 386a3bfd337f4b248f6c88b9c98b9d6471cc9b25 (patch) | |
tree | b4ac9f01aee1163e8b8bd78a45290723540d6c49 /source/web | |
parent | c830d893f1f7eb176dc1fb7de0a4efc748fd1423 (diff) | |
download | samba-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.c | 2 |
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> %s</td><td>", + printf("<tr><td><A HREF=\"/swat/help/smb.conf.5.html#%s\" target=\"docs\">Help</A> %s</td><td>", stripspace(parm->label), parm->label); switch (parm->type) { |