source: trunk/templates/deldom.tmpl@ 24

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

/trunk

checkpoint - basic group management should be complete

  • fiddled HTML so that group-delete and domain-delete errors don't sit on top of the menu column
File size: 612 bytes
RevLine 
[6]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 domain <TMPL_VAR NAME=domain>?</h3>
[7]7<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=deldom&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp; <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=deldom&del=ok&id=<TMPL_VAR NAME=id>">confirm</a>
[6]8</td></tr></table>
9
10<TMPL_ELSE>
[22]11 <!-- <TMPL_IF del_failed>
[7]12 <div class='errmsg'>Error deleting domain <TMPL_VAR NAME=domain>: <TMPL_VAR NAME=errmsg></div>
[22]13 </TMPL_IF> -->
[7]14 <TMPL_INCLUDE NAME="domlist.tmpl">
[6]15</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.