Last change
on this file since 609 was 548, checked in by Kris Deugau, 11 years ago |
/branches/stable
Merge reverse DNS work and object conversion from /trunk, part 5
Includes changes through r543 with a few more minor conflicts.
|
File size:
763 bytes
|
Rev | Line | |
---|
[2] | 1 | <TMPL_IF del_getconf>
|
---|
| 2 | <table class="wholepage"><tr>
|
---|
| 3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 4 |
|
---|
[100] | 5 | <td align="center" valign="top">
|
---|
[38] | 6 | <h3>Are you really sure you want to delete record:<br />
|
---|
[3] | 7 | <TMPL_VAR NAME=host> <TMPL_VAR NAME=ftype> <TMPL_VAR NAME=recval></h3>
|
---|
[548] | 8 | <a href="<TMPL_VAR NAME=script_self>&page=delrec&del=cancel&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>&revrec=<TMPL_VAR NAME=revrec>&parentid=<TMPL_VAR NAME=parentid>">cancel</a>
|
---|
[544] | 9 | |
|
---|
[548] | 10 | <a href="<TMPL_VAR NAME=script_self>&page=delrec&del=ok&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>&revrec=<TMPL_VAR NAME=revrec>&parentid=<TMPL_VAR NAME=parentid>">confirm</a>
|
---|
[2] | 11 | </td></tr></table>
|
---|
| 12 |
|
---|
| 13 | <TMPL_ELSE>
|
---|
| 14 | <TMPL_INCLUDE NAME="reclist.tmpl">
|
---|
| 15 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.