tbrehm
2010-09-16 db377c64eb46f197d630a646ed56ae601ab311c6
Added a button to start the dns wizard to the dns list.
2 files modified
6 ■■■■ changed files
interface/web/dns/lib/lang/en_dns_soa_list.lng 3 ●●●● patch | view | raw | blame | history
interface/web/dns/templates/dns_soa_list.htm 3 ●●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_soa_list.lng
@@ -5,5 +5,6 @@
$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';
?>
interface/web/dns/templates/dns_soa_list.htm
@@ -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>