Last change
on this file since 479 was 243, checked in by Kris Deugau, 13 years ago |
/trunk
Fixing up delRec() and caller to handle reverse records. See #26.
- make sure to pass $webvar{revrec} around everywhere
- extend getRecLine to properly retrieve information for any record
- make sure another couple of changepage() calls bounce you to the
right place
|
File size:
771 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 record:<br />
|
---|
7 | <TMPL_VAR NAME=host> <TMPL_VAR NAME=ftype> <TMPL_VAR NAME=recval></h3>
|
---|
8 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&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>
|
---|
9 | |
|
---|
10 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&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>
|
---|
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.