diff -Nur -x '*.orig' -x '*.rej' e-smith-domains-1.4.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/domains mezzanine_patched_e-smith-domains-1.4.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/domains
--- e-smith-domains-1.4.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/domains 2008-04-27 00:29:49.000000000 +0200
+++ mezzanine_patched_e-smith-domains-1.4.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/domains 2008-04-27 00:22:44.000000000 +0200
@@ -33,18 +33,6 @@
- DOMAIN
-
- Domain
-
-
-
- DESCRIPTION
-
- Description
-
-
-
PRIMARY_SITE
primary site
@@ -63,18 +51,6 @@
- DOMAIN_NAME_LABEL
-
- Domain name
-
-
-
- DESCRIPTION_LABEL
-
- Brief description
-
-
-
CONTENT_FIELD_DESCRIPTION
For the web site, you may choose your primary web site or any
@@ -82,12 +58,6 @@
- CONTENT_LABEL
-
- Content
-
-
-
DOMAIN_NAME_VALIDATION_ERROR
Error: unexpected or missing characters in domain name
@@ -181,10 +151,6 @@
until the web server restart is complete.
-
- Domains
- Domains
-
DESC_CORPORATE_DNS_CURRENT
diff -Nur -x '*.orig' -x '*.rej' e-smith-domains-1.4.0/root/etc/e-smith/web/functions/domains mezzanine_patched_e-smith-domains-1.4.0/root/etc/e-smith/web/functions/domains
--- e-smith-domains-1.4.0/root/etc/e-smith/web/functions/domains 2008-04-27 00:29:49.000000000 +0200
+++ mezzanine_patched_e-smith-domains-1.4.0/root/etc/e-smith/web/functions/domains 2008-04-27 00:28:04.000000000 +0200
@@ -3,7 +3,7 @@
# vim: ts=4 sw=4 et:
#----------------------------------------------------------------------
# heading : Configuration
-# description : Domains
+# description : DOMAINS
# navigation : 6000 6600
#----------------------------------------------------------------------
#----------------------------------------------------------------------
@@ -91,18 +91,18 @@
CREATE_TITLE
-
+
-
+
-
+
CONTENT_FIELD_DESCRIPTION
@@ -124,20 +124,20 @@
MODIFY_TITLE
-
+
-
+
-
+
CONTENT_FIELD_DESCRIPTION
diff -Nur -x '*.orig' -x '*.rej' e-smith-domains-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/domains.pm mezzanine_patched_e-smith-domains-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/domains.pm
--- e-smith-domains-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/domains.pm 2008-04-27 00:29:49.000000000 +0200
+++ mezzanine_patched_e-smith-domains-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/domains.pm 2008-04-27 00:27:02.000000000 +0200
@@ -124,10 +124,10 @@
field_attr => {
Domain => { label =>
- $self->localise('DOMAIN_NAME_LABEL') },
+ $self->localise('DOMAIN_NAME') },
Description => { label =>
- $self->localise('DESCRIPTION_LABEL') },
- Content => { label => $self->localise('CONTENT_LABEL') },
+ $self->localise('DESCRIPTION_BRIEF') },
+ Content => { label => $self->localise('CONTENT') },
Nameservers => { label => $self->localise('LABEL_NAMESERVERS') },
Modify => { label => $self->localise('MODIFY'),
link => \&modify_link },