source: branches/secondaryzones/templates/delsecondary.tmpl

Last change on this file was 935, checked in by Kris Deugau, 9 days ago

/branches/secondaryzones

Missed confirmation template for deleting secondary zones. See #86.

File size: 559 bytes
RevLine 
[935]1<TMPL_IF del_getconf>
2<body>
3<div id="main">
4
5<table class="wholepage"><tr>
6<TMPL_INCLUDE NAME="menu.tmpl">
7
8<td align="center" valign="top">
9<h3>Are you really sure you want to delete secondary zone <TMPL_VAR NAME=secondaryzone>?</h3>
10<a href="<TMPL_VAR NAME=script_self>&amp;page=delsecondary&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp;
11<a href="<TMPL_VAR NAME=script_self>&amp;page=delsecondary&amp;del=ok&amp;id=<TMPL_VAR NAME=id>">confirm</a>
12</td></tr></table>
13
14<TMPL_ELSE>
15<TMPL_INCLUDE NAME="secondaryzones.tmpl">
16</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.