ispman/ispman-web/cgi-bin/tmpl/domains/edit maxaccounts.tmpl,1.5,1.6 maxvhosts.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/edit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24611/ispman-web/cgi-bin/tmpl/domains/edit

Modified Files:
	maxaccounts.tmpl maxvhosts.tmpl 
Log Message:
fixed wrong parameter "domain" (-> "ispmanDomain")

Index: maxaccounts.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/edit/maxaccounts.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- maxaccounts.tmpl	8 Jan 2004 00:08:26 -0000	1.5
+++ maxaccounts.tmpl	6 Feb 2004 22:10:21 -0000	1.6
@@ -3,7 +3,7 @@
     <td><perl>_("Max Email accounts")</perl> </td>
     <td> 
     <input  size=4 type=text name=ispmanMaxAccounts value="<perl>$ispman->{'domain'}{'ispmanMaxAccounts'}</perl>">
-    (<perl>$ispman->getUserCount($r->param("domain"))</perl> accounts in use)
+    (<perl>$ispman->getUserCount($r->param("ispmanDomain"))</perl> accounts in use)
     </td>
 </tr>
 

Index: maxvhosts.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/edit/maxvhosts.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- maxvhosts.tmpl	8 Jan 2004 00:08:26 -0000	1.5
+++ maxvhosts.tmpl	6 Feb 2004 22:10:21 -0000	1.6
@@ -2,7 +2,7 @@
     <td><perl>_("Max Virtual Hosts")</perl> </td>
     <td> 
     <input  size=4 type=text name=ispmanMaxVhosts value="<perl>$ispman->{'domain'}{'ispmanMaxVhosts'}</perl>">
-    (<perl>$ispman->getVhostCount($r->param("domain"))</perl> vhosts in use)
+    (<perl>$ispman->getVhostCount($r->param("ispmanDomain"))</perl> vhosts in use)
     </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.