Added a button to start the dns wizard to the dns list.
| | |
| | | $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'; |
| | | ?> |
| | |
| | | <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> |