File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ $wb["server_id_txt"] = 'Server';
55$wb["origin_txt"] = 'Zone';
66$wb["ns_txt"] = 'NS';
77$wb["mbox_txt"] = 'Email';
8- $wb["add_new_record_txt"] = 'Add new DNS Zone (SOA)';
8+ $wb["add_new_record_wizard_txt"] = 'Add new DNS Zone with Wizard';
9+ $wb["add_new_record_txt"] = 'Add new DNS Zone manually';
910?>
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ <h2><tmpl_var name="list_head_txt"></h2>
66 < div class ="pnl_toolsarea ">
77 < fieldset > < legend > {tmpl_var name="toolsarea_head_txt"}</ legend >
88 < div class ="buttons ">
9+ < button class ="iconstxt icoAdd " type ="button " onClick ="loadContent('dns/dns_wizard.php'); ">
10+ < span > {tmpl_var name="add_new_record_wizard_txt"}</ span >
11+ </ button >
912 < button class ="iconstxt icoAdd " type ="button " onClick ="loadContent('dns/dns_soa_edit.php'); ">
1013 < span > {tmpl_var name="add_new_record_txt"}</ span >
1114 </ button >
You can’t perform that action at this time.
0 commit comments