mirror of
https://github.com/webmin/webmin.git
synced 2026-09-19 20:10:38 +01:00
Add help search links
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
require './adsl-client-lib.pl';
|
||||
$vers = &get_pppoe_version(\$out);
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0,
|
||||
&help_search_link("pppoe", "man", "doc"), undef, undef,
|
||||
&help_search_link("pppoe", "man", "doc", "google"), undef, undef,
|
||||
$vers ? &text('index_version', $vers) : undef);
|
||||
|
||||
if (!$vers) {
|
||||
|
||||
@@ -6,7 +6,8 @@ use warnings;
|
||||
require './iscsi-client-lib.pl';
|
||||
our (%text, %config, $module_name);
|
||||
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1);
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0,
|
||||
&help_search_link("iscsiadm", "man", "doc", "google"));
|
||||
|
||||
my $err = &check_config();
|
||||
if ($err) {
|
||||
|
||||
@@ -6,7 +6,8 @@ use warnings;
|
||||
require './iscsi-server-lib.pl';
|
||||
our (%text, %config, $module_name);
|
||||
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1);
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0,
|
||||
&help_search_link("netbsd-iscsi", "man", "doc", "google"));
|
||||
|
||||
my $err = &check_config();
|
||||
if ($err) {
|
||||
|
||||
@@ -6,7 +6,8 @@ use warnings;
|
||||
require './iscsi-target-lib.pl';
|
||||
our (%text, %config, $module_name);
|
||||
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1);
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0,
|
||||
&help_search_link("ietadm", "man", "doc", "google"));
|
||||
|
||||
my $err = &check_config();
|
||||
if ($err) {
|
||||
|
||||
@@ -6,7 +6,8 @@ use warnings;
|
||||
require './minecraft-lib.pl';
|
||||
our (%in, %text, %config, $module_name);
|
||||
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0,
|
||||
&help_search_link("minecraft", "google"));
|
||||
|
||||
my $err = &check_minecraft_server();
|
||||
if ($err) {
|
||||
|
||||
Reference in New Issue
Block a user