Skip to content
Snippets Groups Projects
Commit db377c64 authored by tbrehm's avatar tbrehm
Browse files

Added a button to start the dns wizard to the dns list.

parent e3ba932c
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,6 @@ $wb["server_id_txt"] = 'Server';
$wb["origin_txt"] = 'Zone';
$wb["ns_txt"] = 'NS';
$wb["mbox_txt"] = 'Email';
$wb["add_new_record_txt"] = 'Add new DNS Zone (SOA)';
$wb["add_new_record_wizard_txt"] = 'Add new DNS Zone with Wizard';
$wb["add_new_record_txt"] = 'Add new DNS Zone manually';
?>
\ No newline at end of file
......@@ -6,6 +6,9 @@
<div class="pnl_toolsarea">
<fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend>
<div class="buttons">
<button class="iconstxt icoAdd" type="button" onClick="loadContent('dns/dns_wizard.php');">
<span>{tmpl_var name="add_new_record_wizard_txt"}</span>
</button>
<button class="iconstxt icoAdd" type="button" onClick="loadContent('dns/dns_soa_edit.php');">
<span>{tmpl_var name="add_new_record_txt"}</span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment