ispman/ispman-web/cgi-bin/tmpl/domains add_nodns_Domain.tmpl, 1.9, 1.10 add_primary_Domain.tmpl, 1.12, 1.13 add_slave_Domain.tmpl, 1.11, 1.12
Joerg Delker <[email protected]> Mon, 19 Feb 2007 00:22:10 +0000
| 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-cvs2.sourceforge.net:/tmp/cvs-serv29955/ispman-web/cgi-bin/tmpl/domains
Modified Files:
add_nodns_Domain.tmpl add_primary_Domain.tmpl
add_slave_Domain.tmpl
Log Message:
implemented domain actions
(see feature request [ 1658512 ] Support "hosting packages")
Index: add_nodns_Domain.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add_nodns_Domain.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- add_nodns_Domain.tmpl 1 May 2004 16:16:34 -0000 1.9
+++ add_nodns_Domain.tmpl 19 Feb 2007 00:22:08 -0000 1.10
@@ -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__); </perl>
+<perl> return $ispman->getTemplate("domains/add/actions.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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- add_slave_Domain.tmpl 5 Jun 2006 14:34:35 -0000 1.11
+++ add_slave_Domain.tmpl 19 Feb 2007 00:22:08 -0000 1.12
@@ -11,6 +11,6 @@
<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__); </perl>
+<perl> return $ispman->getTemplate("domains/add/actions.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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- add_primary_Domain.tmpl 1 May 2004 16:16:34 -0000 1.12
+++ add_primary_Domain.tmpl 19 Feb 2007 00:22:08 -0000 1.13
@@ -10,8 +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__); </perl>
-<perl> return $ispman->getTemplate("domains/add/create_arecord_for_mail.tmpl")->fill_in(PACKAGE => __PACKAGE__); </perl>
+<perl> return $ispman->getTemplate("domains/add/actions.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>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV