ispman/ispman-web/cgi-bin/tmpl/domains/add maxaccounts.tmpl,1.4,1.5 maxvhosts.tmpl,1.4,1.5 quota.tmpl,1.5,1.6

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18228/tmpl/domains/add

Modified Files:
	maxaccounts.tmpl maxvhosts.tmpl quota.tmpl 
Log Message:
patched webforms to use ispmanConfVar default values when creating domains/vhosts/users


Index: maxaccounts.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/maxaccounts.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- maxaccounts.tmpl	28 Apr 2003 14:47:19 -0000	1.4
+++ maxaccounts.tmpl	26 Jan 2004 20:45:42 -0000	1.5
@@ -1,7 +1,7 @@
 <tr>
     <td><perl>_("Max Email accounts")</perl> </td>
     <td> 
-    <input  size=4 type=text name=ispmanMaxAccounts value="">
+    <input  size=4 type=text name=ispmanMaxAccounts value="<perl>$ispman->getConf('defaultMaxAccounts')</perl>">
     </td>
 </tr>
 

Index: maxvhosts.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/maxvhosts.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- maxvhosts.tmpl	28 Apr 2003 14:47:19 -0000	1.4
+++ maxvhosts.tmpl	26 Jan 2004 20:45:42 -0000	1.5
@@ -1,7 +1,7 @@
 <tr>
     <td><perl>_("Max Virtual Hosts")</perl> </td>
     <td> 
-    <input  size=4 type=text name=ispmanMaxVhosts value="">
+    <input  size=4 type=text name=ispmanMaxVhosts value="<perl>$ispman->getConf('defaultMaxVhosts')</perl>">
     </td>
 </tr>
 

Index: quota.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/quota.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- quota.tmpl	28 Apr 2003 14:47:19 -0000	1.5
+++ quota.tmpl	26 Jan 2004 20:45:42 -0000	1.6
@@ -1,7 +1,7 @@
 <tr>
     <td><perl>_("Max Storage Space (in MB)")</perl> </td>
     <td> 
-    <input  size=4 type=text name=FTPQuotaMBytes value="">
+    <input  size=4 type=text name=FTPQuotaMBytes value="<perl>$ispman->getConf('defaultDomainFtpQuota')</perl>">
     </td>
 </tr>
 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
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.