1 |
diff -Nur 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 2016-02-04 18:30:50.000000000 -0500 |
3 |
+++ e-smith-domains-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm 2021-02-26 00:57:56.086000000 -0500 |
4 |
@@ -123,15 +123,15 @@ |
5 |
labels => 1, |
6 |
|
7 |
field_attr => { |
8 |
- Domain => { label => |
9 |
+ Domain => { label_escape => 0, escape => 0, label => |
10 |
$self->localise('DOMAIN_NAME') }, |
11 |
- Description => { label => |
12 |
+ Description => { label_escape => 0, escape => 0, label => |
13 |
$self->localise('DESCRIPTION_BRIEF') }, |
14 |
- Content => { label => $self->localise('CONTENT') }, |
15 |
- Nameservers => { label => $self->localise('LABEL_NAMESERVERS') }, |
16 |
- Modify => { label => $self->localise('MODIFY'), |
17 |
+ Content => { label_escape => 0, escape => 0, label => $self->localise('CONTENT') }, |
18 |
+ Nameservers => { label_escape => 0, escape => 0, label => $self->localise('LABEL_NAMESERVERS') }, |
19 |
+ Modify => { label_escape => 0, escape => 0, label => $self->localise('MODIFY'), |
20 |
link => \&modify_link }, |
21 |
- Remove => { label => $self->localise('REMOVE'), |
22 |
+ Remove => { label_escape => 0, escape => 0, label => $self->localise('REMOVE'), |
23 |
link => \&remove_link, |
24 |
value => \&remove_value }, |
25 |
}, |