Last change
on this file since 547 was 546, checked in by Kris Deugau, 11 years ago |
/branches/stable
Merge reverse DNS work from /trunk, 3 of mumble.
Includes changes through r440. One minor conflict
due to old partial merge
|
File size:
525 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>
|
---|
[546] | 7 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrevzone&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> |
|
---|
| 8 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrevzone&del=ok&id=<TMPL_VAR NAME=id>">confirm</a>
|
---|
[274] | 9 | </td></tr></table>
|
---|
| 10 |
|
---|
| 11 | <TMPL_ELSE>
|
---|
| 12 | <TMPL_INCLUDE NAME="revzones.tmpl">
|
---|
| 13 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.