source: branches/stable/templates/delgrp.tmpl@ 750

Last change on this file since 750 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: 529 bytes
RevLine 
[21]1<TMPL_IF del_getconf>
[649]2<body>
3<div id="main">
4
[21]5<table class="wholepage"><tr>
6<TMPL_INCLUDE NAME="menu.tmpl">
7
[100]8<td align="center" valign="top">
[23]9<h3>Are you really sure you want to delete group <TMPL_VAR NAME=delgroupname>?</h3>
[548]10<a href="<TMPL_VAR NAME=script_self>&amp;page=delgrp&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp;
11<a href="<TMPL_VAR NAME=script_self>&amp;page=delgrp&amp;del=ok&amp;id=<TMPL_VAR NAME=id>">confirm</a>
[21]12</td></tr></table>
13
14<TMPL_ELSE>
[39]15<TMPL_INCLUDE NAME="grpman.tmpl">
[21]16</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.