/[smeserver]/rpms/e-smith-hosts/sme8/e-smith-hosts-1.14.0-hostentriesformatting.patch
ViewVC logotype

Contents of /rpms/e-smith-hosts/sme8/e-smith-hosts-1.14.0-hostentriesformatting.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Oct 7 18:27:57 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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"),

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed