File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ $wb["ns_txt"] = 'NS';
77$wb["mbox_txt"] = 'Email';
88$wb["add_new_record_wizard_txt"] = 'Add new DNS Zone with Wizard';
99$wb["add_new_record_txt"] = 'Add new DNS Zone manually';
10+ $wb["import_zone_file_txt"] = 'Import Zone File';
1011?>
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
2424 < div class ="buttons ">
2525 < button class ="button iconstxt icoAdd " type ="button " onclick ="loadContent('dns/dns_wizard.php'); "> < span > {tmpl_var name="add_new_record_wizard_txt"}</ span > </ button >
2626 < button class ="button iconstxt icoAdd " type ="button " onclick ="loadContent('dns/dns_soa_edit.php'); "> < span > {tmpl_var name="add_new_record_txt"}</ span > </ button >
27- < button class ="button iconstxt icoAdd " type ="button " onclick ="loadContent('dns/dns_import.php'); "> < span > Import Zone File </ span > </ button >
27+ < button class ="button iconstxt icoAdd " type ="button " onclick ="loadContent('dns/dns_import.php'); "> < span > {tmpl_var name="import_zone_file_txt"} </ span > </ button >
2828 </ div >
2929 </ fieldset >
3030 </ div >
@@ -80,4 +80,4 @@ <h2><tmpl_var name="list_head_txt"></h2>
8080 </ fieldset >
8181 </ div >
8282
83- </ div >
83+ </ div >
You can’t perform that action at this time.
0 commit comments