ispman/ispman-web/cgi-bin/tmpl/domains add_nodns_Domain.tmpl,1.8,1.9 add_primary_Domain.tmpl,1.11,1.12 add_slave_Domain.tmpl,1.9,1.10
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6742/ispman-web/cgi-bin/tmpl/domains
Modified Files:
add_nodns_Domain.tmpl add_primary_Domain.tmpl
add_slave_Domain.tmpl
Log Message:
removed conditions to non-existent confVars
thus, makeing "create default www vhost" and "create mail a-record" available again
Index: add_nodns_Domain.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add_nodns_Domain.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- add_nodns_Domain.tmpl 6 Feb 2004 22:16:28 -0000 1.8
+++ add_nodns_Domain.tmpl 1 May 2004 16:16:34 -0000 1.9
@@ -10,7 +10,7 @@
<perl> return $ispman->getTemplate("domains/add/ftppassword.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/ftpstatus.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/maildelivery.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
-<perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__) if $ispman->getConf("auto_create_vhost"); </perl>
+<perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/commonhidden.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/footer.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
Index: add_slave_Domain.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add_slave_Domain.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- add_slave_Domain.tmpl 8 Jan 2004 00:08:26 -0000 1.9
+++ add_slave_Domain.tmpl 1 May 2004 16:16:34 -0000 1.10
@@ -13,6 +13,6 @@
<perl> return $ispman->getTemplate("domains/add/smtpservers.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/dnsservers.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/maildelivery.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
-<perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__) if $ispman->getConf("auto_create_vhost"); </perl>
+<perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/commonhidden.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/footer.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
Index: add_primary_Domain.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add_primary_Domain.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- add_primary_Domain.tmpl 6 Feb 2004 22:16:28 -0000 1.11
+++ add_primary_Domain.tmpl 1 May 2004 16:16:34 -0000 1.12
@@ -10,8 +10,8 @@
<perl> return $ispman->getTemplate("domains/add/ftppassword.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/ftpstatus.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/maildelivery.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
-<perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__) if $ispman->getConf("auto_create_vhost"); </perl>
-<perl> return $ispman->getTemplate("domains/add/create_arecord_for_mail.tmpl")->fill_in(PACKAGE => __PACKAGE__) if $ispman->getConf("auto_create_arecord_for_mail") </perl>
+<perl> return $ispman->getTemplate("domains/add/create_vhost.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
+<perl> return $ispman->getTemplate("domains/add/create_arecord_for_mail.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/commonhidden.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
<perl> return $ispman->getTemplate("domains/add/footer.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click