Skip to content

Commit db377c6

Browse files
committed
Added a button to start the dns wizard to the dns list.
1 parent e3ba932 commit db377c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

interface/web/dns/lib/lang/en_dns_soa_list.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
?>

interface/web/dns/templates/dns_soa_list.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)