Ignore:
Timestamp:
08/14/25 18:06:51 (14 hours ago)
Author:
Kris Deugau
Message:

/branches/secondaryzones

Complete basic secondary zone add
Fix a minor missing piece filling the newsecondary template
Normalize form field names in the newsecondary template

Location:
branches/secondaryzones/templates
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/secondaryzones/templates/newsecondary.tmpl

    r921 r924  
    2222        <tr class="datalinelight">
    2323                <td>Zone Name:</td>
    24                 <td align="left"><input type="text" name="secondary" value="<TMPL_VAR NAME=secondary>" /></td>
     24                <td align="left"><input type="text" name="zone" value="<TMPL_VAR NAME=zone>" /></td>
    2525        </tr>
    2626        <tr class="datalinelight">
    27                 <td>Primary nameserver(s):</td>
    28                 <td align="left"><input type="text" name="secondary" value="<TMPL_VAR NAME=secondary>" /></td>
     27                <td>Primary Nameserver(s):</td>
     28                <td align="left"><input type="text" name="primary" value="<TMPL_VAR NAME=primary>" /></td>
    2929        </tr>
    3030        <tr class="datalinelight">
Note: See TracChangeset for help on using the changeset viewer.