This commit is contained in:
Joe Cooper
2008-05-10 02:34:54 +00:00
parent 53c55e5718
commit ba46bd70bc
2 changed files with 4 additions and 4 deletions

View File

@ -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'}) {

View File

@ -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'}) {