ispman/ispman-web/cgi-bin/tmpl/users add.tmpl,1.10,1.11

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

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


Index: add.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/users/add.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- add.tmpl	24 Jul 2003 16:14:38 -0000	1.10
+++ add.tmpl	26 Jan 2004 20:45:43 -0000	1.11
@@ -133,14 +133,14 @@
 <tr>
     <td>Max FTP Storage Space (in MB) </td>
     <td> 
-    <input  size=4 type=text name=FTPQuotaMBytes value="">
+    <input  size=4 type=text name=FTPQuotaMBytes value="<perl>$ispman->getConf('defaultUserFtpQuota')</perl>">
     </td>
 </tr>
 
 <tr>
     <td>Max Mail Storage Space (in MB) </td>
     <td> 
-    <input  size=4 type=text name=mailQuota value="5">
+    <input  size=4 type=text name=mailQuota value="<perl>$ispman->getConf('defaultUserMailQuota')</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.