/[smecontribs]/rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts-2.6-add2general.patch
ViewVC logotype

Contents of /rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts-2.6-add2general.patch

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


Revision 1.3 - (show annotations) (download)
Tue Nov 25 16:20:20 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-denyhosts-2_6-26_el4_sme, smeserver-denyhosts-2_6-16_el4_sme, smeserver-denyhosts-2_6-18_el4_sme, smeserver-denyhosts-2_6-15_el4_sme, smeserver-denyhosts-2_6-24_el4_sme, smeserver-denyhosts-2_6-23_el4_sme, smeserver-denyhosts-2_6-17_el4_sme, HEAD
Changes since 1.2: +0 -0 lines
Restore

1 --- smeserver-denyhosts-2.6/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/denyhosts.pm.add2general 2008-04-27 20:02:06.000000000 +0200
2 +++ smeserver-denyhosts-2.6/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/denyhosts.pm 2008-04-27 20:04:06.000000000 +0200
3 @@ -83,7 +83,7 @@
4 print '<tr><td colspan=2>',
5 $q->start_table({class => "sme-border"}),"\n";
6 print $q->Tr(
7 - esmith::cgi::genSmallCell($q, $self->localise('IPADDR'),"header"),
8 + esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS'),"header"),
9 esmith::cgi::genSmallCell($q, $self->localise('REMOVE'),"header"));
10
11 my @cbGroup = $q->checkbox_group(-name => 'validFromRemove',
12 @@ -121,7 +121,7 @@
13 print '<tr><td colspan=2>',
14 $q->start_table({class => "sme-border"}),"\n";
15 print $q->Tr(
16 - esmith::cgi::genSmallCell($q, $self->localise('IPADDR'),"header"),
17 + esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS'),"header"),
18 esmith::cgi::genSmallCell($q, $self->localise('FIRST_SEEN'),"header"));
19
20 foreach my $val (sort ip_sort keys %vals)
21 --- smeserver-denyhosts-2.6/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/denyhosts.add2general 2008-04-27 20:02:06.000000000 +0200
22 +++ smeserver-denyhosts-2.6/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/denyhosts 2008-04-27 20:06:28.000000000 +0200
23 @@ -16,10 +16,6 @@
24 </trans>
25 </entry>
26 <entry>
27 - <base>IPADDR</base>
28 - <trans>IP Address</trans>
29 - </entry>
30 - <entry>
31 <base>NO_ENTRIES_YET</base>
32 <trans>No Entries Yet</trans>
33 </entry>
34 @@ -52,18 +48,6 @@
35 <trans>Unable to locate denyhosts record in configuration db</trans>
36 </entry>
37 <entry>
38 - <base>SAVE</base>
39 - <trans>Save</trans>
40 - </entry>
41 - <entry>
42 - <base>ENABLED</base>
43 - <trans>Enabled</trans>
44 - </entry>
45 - <entry>
46 - <base>DISABLED</base>
47 - <trans>Disabled</trans>
48 - </entry>
49 - <entry>
50 <base>ERROR_STOPPING</base>
51 <trans>Error while trying to stop service</trans>
52 </entry>

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