source: trunk/templates/delgrp.tmpl@ 25

Last change on this file since 25 was 23, checked in by Kris Deugau, 15 years ago

/trunk

checkpoint

  • basic group management functional
  • add readable failure messages on domain/group delete
File size: 622 bytes
Line 
1<TMPL_IF del_getconf>
2<table class="wholepage"><tr>
3<TMPL_INCLUDE NAME="menu.tmpl">
4
5<td align="center">
6<h3>Are you really sure you want to delete group <TMPL_VAR NAME=delgroupname>?</h3>
7<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delgrp&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp;
8<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delgrp&del=ok&id=<TMPL_VAR NAME=id>">confirm</a>
9</td></tr></table>
10
11<TMPL_ELSE>
12 <!-- <TMPL_IF del_failed>
13 <div class='errmsg'>Error deleting group <TMPL_VAR NAME=delgroupname>: <TMPL_VAR NAME=errmsg></div>
14 </TMPL_IF> -->
15 <TMPL_INCLUDE NAME="grpman.tmpl">
16</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.