File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ $wb['btn_save_txt'] = 'DNS Eintrag hinzufügen';
99$wb['btn_cancel_txt'] = 'Abbrechen';
1010$wb['domain_txt'] = 'Domain';
1111$wb['email_txt'] = 'E-Mail Adresse';
12- $wb['dkim_txt'] = 'DKIM aktiviert ';
12+ $wb['dkim_txt'] = 'DKIM';
1313$wb['ns1_txt'] = 'NS 1';
1414$wb['ns2_txt'] = 'NS 2';
1515$wb['ip_txt'] = 'IP Adresse';
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ $wb["btn_save_txt"] = 'Create DNS-Record';
99$wb["btn_cancel_txt"] = 'Cancel';
1010$wb['domain_txt'] = 'Domain';
1111$wb['email_txt'] = 'Email';
12- $wb['dkim_txt'] = 'DKIM enabled ';
12+ $wb['dkim_txt'] = 'DKIM';
1313$wb['ns1_txt'] = 'NS 1';
1414$wb['ns2_txt'] = 'NS 2';
1515$wb['ip_txt'] = 'IP Address';
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
9090 </ tmpl _if>
9191 < tmpl _if name ="DKIM_VISIBLE ">
9292 < label for ="dkim " class ="col-sm-3 control-label "> {tmpl_var name='dkim_txt'}</ label >
93- < input name ="dkim " type ="hidden " maxlength ="255 " type ="text "/>
93+ < input type =" checkbox " disabled readonly checked > < input name ="dkim " type ="hidden " maxlength ="255 " type ="text "/>
9494 </ tmpl _if>
9595
9696
You can’t perform that action at this time.
0 commit comments