source: trunk/templates/delrevzone.tmpl@ 274

Last change on this file since 274 was 274, checked in by Kris Deugau, 12 years ago

/trunk

Flesh out most reverse zone deletion. See #26.

  • Convert delDomain() to delZone()
  • Add checks to coerce the shared-zone record types down to standard types on removal of the second parent, either way around. (IE, A+PTR will be converted to PTR if the parent domain is removed, or A if the parent revzone is removed)

Make sure to show result or error messages on the reverse zone
list page

File size: 524 bytes
Line 
1<TMPL_IF del_getconf>
2<table class="wholepage"><tr>
3<TMPL_INCLUDE NAME="menu.tmpl">
4
5<td align="center" valign="top">
6<h3>Are you really sure you want to delete reverse zone <TMPL_VAR NAME=revzone>?</h3>
7<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=delrevzone&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp; <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=delrevzone&amp;del=ok&amp;id=<TMPL_VAR NAME=id>">confirm</a>
8</td></tr></table>
9
10<TMPL_ELSE>
11<TMPL_INCLUDE NAME="revzones.tmpl">
12</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.