/[smeserver]/rpms/e-smith-domains/sme10/e-smith-domains-2.6.0-fix-up-borders-for-domain-table.patch
ViewVC logotype

Annotation of /rpms/e-smith-domains/sme10/e-smith-domains-2.6.0-fix-up-borders-for-domain-table.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Aug 7 13:29:27 2023 UTC (10 months, 1 week ago) by brianr
Branch: MAIN
CVS Tags: e-smith-domains-2_6_0-6_el7_sme, HEAD
* Mon Aug 07 2023 Brian Read <brianr@koozali.org> 2.6.0-6.sme
 -Fix borders around table of domains [SME: 12392]

1 brianr 1.1 diff -urN e-smith-domains-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm e-smith-domains-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm
2     --- e-smith-domains-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm 2023-08-07 12:01:53.066285469 +0100
3     +++ e-smith-domains-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm 2023-08-07 12:05:23.364313313 +0100
4     @@ -116,7 +116,7 @@
5     {
6     title => $self->localise('CURRENT_LIST_OF_DOMAINS'),
7    
8     - stripe => '#D4D0C8',
9     + #stripe => '#D4D0C8',
10    
11     fields => [ qw(Domain Description Content Nameservers Modify Remove) ],
12    
13     @@ -135,6 +135,13 @@
14     link => \&remove_link,
15     value => \&remove_value },
16     },
17     +
18     + table => {class=> "sme-border"},
19     + th => {class => "sme-border"},
20     + tr => {class => "sme-border"},
21     + td => {class => "sme-border"},
22     +
23     +
24     };
25    
26     my @data = ();

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