1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm mezzanine_patched_e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm |
2 |
--- e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2006-03-16 08:33:31.000000000 +1100 |
3 |
+++ mezzanine_patched_e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2006-06-15 07:10:29.797851216 +1000 |
4 |
@@ -135,6 +135,10 @@ |
5 |
return undef; |
6 |
} |
7 |
|
8 |
+ print $q->start_table ({-CLASS => "sme-noborders"}),"\n"; |
9 |
+ print $q->start_Tr,"\n"; |
10 |
+ print $q->start_table ({-CLASS => "sme-border"}),"\n"; |
11 |
+ |
12 |
print $self->localise('ADD_HOSTNAME'); |
13 |
|
14 |
my $hosts_db = esmith::HostsDB->open(); |
15 |
@@ -145,9 +149,6 @@ |
16 |
|
17 |
if (my @hosts = $hosts_db->get_hosts_by_domain($d)) |
18 |
{ |
19 |
- print $q->start_table ({-CLASS => "sme-noborders"}),"\n"; |
20 |
- print $q->start_Tr,"\n"; |
21 |
- print $q->start_table ({-CLASS => "sme-border"}),"\n"; |
22 |
print $q->Tr (esmith::cgi::genSmallCell($q, $self->localise('HOSTNAME'),"header"), |
23 |
esmith::cgi::genSmallCell($q, $self->localise('LOCATION'),"header"), |
24 |
esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS'),"header"), |