From 2185f2068d76f825dfb89e490c9b2c7af4e988ba Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 21 Mar 2025 12:53:05 +0200 Subject: [PATCH] Update pod [no-build] --- web-lib-funcs.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 2ef672564..9fd2fdd9e 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -4058,7 +4058,7 @@ return " ". &group_chooser_button($_[0], 0, $_[2] || 0)."\n"; } -=head2 hlink(text, page, [module], [width], [height]) +=head2 hlink(text, page, [module], [width], [height], [tmpl]) Returns HTML for a link that when clicked on pops up a window for a Webmin help page. The parameters are : @@ -4073,6 +4073,8 @@ help page. The parameters are : =item height - Height of the help popup window. Defaults to 400 pixels. +=item tmpl - Hash ref of template variables to substitute in the help page. + The actual help pages are in each module's help sub-directory, in files with .html extensions.