diff -Nur -x '*.orig' -x '*.rej' e-smith-hosts-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/hostentries mezzanine_patched_e-smith-hosts-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/hostentries --- e-smith-hosts-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/hostentries 2007-07-06 11:36:36.000000000 -0400 +++ mezzanine_patched_e-smith-hosts-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/hostentries 2007-07-05 13:42:56.000000000 -0400 @@ -75,12 +75,6 @@ - GLOBAL_IP - - Global IP - - - ETHERNET_ADDRESS Ethernet address @@ -242,15 +236,6 @@ - DIDNT_ENTER_GLOBAL_IP - - Error: You did not enter a Global IP value: - A value is required in order to publish - this entry globally. Did not create - hostname. - - - CREATE_REMOTE_HOST_TITLE Create a new hostname referring to a remote host @@ -282,19 +267,6 @@ - PUBLISH_GLOBALLY_LABEL - - Publish globally - - - - PUBLISH_GLOBALLY_SUBSCRIBED - - If you select "publish globally" this hostname will - automatically be made available throughout the Internet. - - - LOCAL_PAGE_DESCRIPTION Please enter the following additional details for a local @@ -309,14 +281,6 @@ - GLOBAL_IP_DESCRIPTION - - Since you selected "publish globally", this hostname will - automatically be made available throughout the Internet, - pointing to the specified "global IP" address. - - - SUCCESSFULLY_DELETED Successfully deleted host. @@ -399,12 +363,6 @@ - GLOBAL - - Global - - - LOCAL Local 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 --- e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2007-07-06 11:36:36.000000000 -0400 +++ mezzanine_patched_e-smith-hosts-1.14.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2007-07-05 13:41:48.000000000 -0400 @@ -50,7 +50,6 @@ mac_address_or_blank not_in_dhcp_range print_save_or_add_button - publish_checkbox not_taken must_be_local ); @@ -605,26 +604,6 @@ "OK"; } -sub publish_checkbox -{ - my $self = shift; - my $q = $self->{cgi}; - my $publish = $q->param('publish_globally'); - my %boxparams = ( - -type => 'checkbox', - -name => 'publish_globally' - ); - $boxparams{checked} = 1 if $publish; - - print $q->Tr($q->td({-class => 'sme-noborders-label'}, - $self->localise('PUBLISH_GLOBALLY')), - $q->td({-class => 'sme-noborders-content'}, - $q->input(\%boxparams))); - $q->delete('publish_globally'); - - return undef; -} - =head2 not_taken This function checks the local ip address being set in the panel, and