source: trunk/templates/delgrp.tmpl@ 141

Last change on this file since 141 was 141, checked in by Kris Deugau, 13 years ago

/trunk

Missed TODO and template fixme for "delete all evarthing"
group+child delete

File size: 688 bytes
RevLine 
[21]1<TMPL_IF del_getconf>
2<table class="wholepage"><tr>
3<TMPL_INCLUDE NAME="menu.tmpl">
4
[100]5<td align="center" valign="top">
[141]6
[23]7<h3>Are you really sure you want to delete group <TMPL_VAR NAME=delgroupname>?</h3>
[38]8<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=delgrp&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp;
9<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=delgrp&amp;del=ok&amp;id=<TMPL_VAR NAME=id>">confirm</a>
[141]10
11<!--
12 fixme: do a check for "group has stuff in it", and splatter a big warning
13 up along with an unchecked-by-default check box to YES DAMMIT DELETE THE WHOLE THING
14 -->
15
[21]16</td></tr></table>
17
18<TMPL_ELSE>
[39]19<TMPL_INCLUDE NAME="grpman.tmpl">
[21]20</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.