Changeset 446 for trunk/templates


Ignore:
Timestamp:
01/04/13 17:06:46 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Fine-tune new reverse zone process to support setting a default
location.
Also make sure that an initial new location will be created as a
two-character alphabetic ID, since we're being paranoid about what
tinydns will accept for these.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/newrevzone.tmpl

    r270 r446  
    2828        </tr>
    2929        <tr class="datalinelight">
     30                <td>Default location/view:</td>
     31                <td align="left">
     32                        <select name="location">
     33                        <TMPL_LOOP loclist>
     34                        <option value="<TMPL_VAR NAME=loc>"<TMPL_IF selected> selected</TMPL_IF>><TMPL_VAR NAME=locname></option>
     35                        </TMPL_LOOP>
     36                        </select>
     37                </td>
     38        </tr>
     39        <tr class="datalinelight">
    3040                <td>Add reverse zone to group:</td>
    3141                <td><select name="group">
Note: See TracChangeset for help on using the changeset viewer.