1 |
snetram |
1.1 |
diff -up e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.ip-fqdn2 e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm |
2 |
|
|
--- e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.ip-fqdn2 2010-10-20 19:29:37.000000000 +0200 |
3 |
|
|
+++ e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2010-10-20 19:35:18.000000000 +0200 |
4 |
|
|
@@ -193,7 +193,7 @@ sub print_hosts_tables |
5 |
|
|
print $q->start_Tr,"<td>\n",$q->start_table ({-CLASS => "sme-border"}),"\n"; |
6 |
|
|
print $q->Tr (esmith::cgi::genSmallCell($q, $self->localise('HOSTNAME'),"header"), |
7 |
|
|
esmith::cgi::genSmallCell($q, $self->localise('LOCATION'),"header"), |
8 |
|
|
- esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS'),"header"), |
9 |
|
|
+ esmith::cgi::genSmallCell($q, $self->localise('IP_ADDRESS_OR_FQDN'),"header"), |
10 |
|
|
esmith::cgi::genSmallCell($q, $self->localise('ETHERNET_ADDRESS'),"header"), |
11 |
|
|
esmith::cgi::genSmallCell($q, $self->localise('COMMENT'),"header"), |
12 |
|
|
esmith::cgi::genSmallCell($q, $self->localise('ACTION'),"header",2)); |
13 |
|
|
@@ -488,7 +488,7 @@ sub print_confirmation_details { |
14 |
|
|
} |
15 |
|
|
|
16 |
|
|
my %label_map = ( |
17 |
|
|
- global_ip => "IP_ADDRESS", |
18 |
|
|
+ global_ip => "IP_ADDRESS_OR_FQDN", |
19 |
|
|
local_ip => "IP_ADDRESS", |
20 |
|
|
); |
21 |
|
|
foreach my $f (qw( name domain hosttype local_ip global_ip |