Last change
on this file since 410 was 274, checked in by Kris Deugau, 13 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
|
Rev | Line | |
---|
[274] | 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>&page=delrevzone&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrevzone&del=ok&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.