ispman/ispman-web/cgi-bin/tmpl/domains/edit header.tmpl, 1.11, 1.12
Joerg Delker <[email protected]> Tue, 30 Dec 2008 10:31:48 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/edit
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11761/ispman-web/cgi-bin/tmpl/domains/edit
Modified Files:
header.tmpl
Log Message:
adjusted delete confirmation
Index: header.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/edit/header.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- header.tmpl 6 Feb 2004 22:08:52 -0000 1.11
+++ header.tmpl 30 Dec 2008 10:31:46 -0000 1.12
@@ -2,7 +2,7 @@
<script>
function deleteDomain(){
domain="<perl>$r->param('ispmanDomain')</perl>";
- if (confirm("This action will delete \n\t\t* all users from this domain, \n\t\t * their mailboxes, \n\t\t * virtual hosts for this domain, \n\t\t * dnsdata related to this domain.\n\n") ) {
+ if (confirm("This action will delete\n\t* all users from this domain,\n\t* their mailboxes,\n\t* virtual hosts for this domain,\n\t* databases of this domain,\n\t* dnsdata related to this domain.\n\n") ) {
top.content.location="<perl>$ENV{'SCRIPT_NAME'}</perl>?mode=deleteDomain&ispmanDomain="+domain;
}
}
------------------------------------------------------------------------------