mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
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)
This commit is contained in:
parent
270edc929f
commit
b90966d85b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user