mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
ui_hr
This commit is contained in:
@ -101,13 +101,13 @@ if ($access{'whois'} && &has_command($config{'whois_cmd'}) &&
|
||||
}
|
||||
|
||||
if (@links) {
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
&icons_table(\@links, \@titles, \@images);
|
||||
}
|
||||
|
||||
$apply = $access{'apply'} && &has_ndc();
|
||||
if (!$access{'ro'} && ($access{'delete'} || $apply)) {
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print "<table width=100%>\n";
|
||||
|
||||
if ($access{'delete'}) {
|
||||
|
@ -81,13 +81,13 @@ if ($access{'whois'} && &has_command($config{'whois_cmd'}) &&
|
||||
push(@images, "images/whois.gif");
|
||||
}
|
||||
if (@links) {
|
||||
print "<hr>\n" if ($done_recs);
|
||||
print &ui_hr() if ($done_recs);
|
||||
&icons_table(\@links, \@titles, \@images);
|
||||
}
|
||||
|
||||
$apply = $access{'apply'} && &has_ndc();
|
||||
if (!$access{'ro'} && ($access{'delete'} || $apply)) {
|
||||
print "<hr>\n";
|
||||
print &ui_hr();
|
||||
print "<table width=100%>\n";
|
||||
|
||||
if ($access{'delete'}) {
|
||||
|
Reference in New Issue
Block a user