source: branches/stable/templates/delrec.tmpl@ 756

Last change on this file since 756 was 649, checked in by Kris Deugau, 10 years ago

/branches/stable

Subtle bugfix merge! All changes from /trunk r589 through r648 merged.

File size: 787 bytes
RevLine 
[2]1<TMPL_IF del_getconf>
[649]2<body>
3<div id="main">
4
[2]5<table class="wholepage"><tr>
6<TMPL_INCLUDE NAME="menu.tmpl">
7
[100]8<td align="center" valign="top">
[38]9<h3>Are you really sure you want to delete record:<br />
[3]10<TMPL_VAR NAME=host> <TMPL_VAR NAME=ftype> <TMPL_VAR NAME=recval></h3>
[548]11<a href="<TMPL_VAR NAME=script_self>&amp;page=delrec&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>&amp;defrec=<TMPL_VAR NAME=defrec>&amp;revrec=<TMPL_VAR NAME=revrec>&amp;parentid=<TMPL_VAR NAME=parentid>">cancel</a>
[544]12 &nbsp; | &nbsp;
[548]13<a href="<TMPL_VAR NAME=script_self>&amp;page=delrec&amp;del=ok&amp;id=<TMPL_VAR NAME=id>&amp;defrec=<TMPL_VAR NAME=defrec>&amp;revrec=<TMPL_VAR NAME=revrec>&amp;parentid=<TMPL_VAR NAME=parentid>">confirm</a>
[2]14</td></tr></table>
15
16<TMPL_ELSE>
17<TMPL_INCLUDE NAME="reclist.tmpl">
18</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.