CVS: ispman/ispman-web/cgi-bin/tmpl/domains add_slave_Domain.tmpl,1.7,1.8

Atif Ghaffar <[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:/tmp/cvs-serv4434

Modified Files:
	add_slave_Domain.tmpl 
Log Message:
adding check to display auto-add www vhost if it is defined in the config and no point in adding A record for mail for a slave DNS domain

Index: add_slave_Domain.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add_slave_Domain.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** add_slave_Domain.tmpl	1 Jul 2002 13:29:37 -0000	1.7
--- add_slave_Domain.tmpl	18 Sep 2003 09:08:48 -0000	1.8
***************
*** 4,8 ****
  <perl> return $ispman->getTemplate("domains/add/homedirectory.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/ftppassword.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
- <perl> return $ispman->getTemplate("domains/add/controlpanelpass.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/defaultmaildrop.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
  <perl> return $ispman->getTemplate("domains/add/defaultwebhost.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
--- 4,7 ----
***************
*** 15,20 ****
  <perl> return $ispman->getTemplate("domains/add/dnsservers.tmpl")->fill_in(PACKAGE => __PACKAGE__); </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>
--- 14,18 ----
  <perl> return $ispman->getTemplate("domains/add/dnsservers.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/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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.