ispman/ispman-web/cgi-bin/tmpl/domains/add defaultfilehost.tmpl, 1.2, 1.3 defaultmaildrop.tmpl, 1.4, 1.5
Joerg Delker <[email protected]> Mon, 29 Dec 2008 16:15:38 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30157/ispman-web/cgi-bin/tmpl/domains/add
Modified Files:
defaultfilehost.tmpl defaultmaildrop.tmpl
Log Message:
added ispmanMaxDatabase field
added ispmanDefaultDBHost field
Index: defaultfilehost.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/defaultfilehost.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- defaultfilehost.tmpl 20 Jun 2004 09:24:36 -0000 1.2
+++ defaultfilehost.tmpl 29 Dec 2008 16:15:35 -0000 1.3
@@ -1,7 +1,7 @@
<tr>
- <td><perl>_("Default File Server Host for this domain")</perl> </td>
+ <td><perl>_("Default File Server Host")</perl> </td>
<td>
<select name="ispmanDomainDefaultFileServer">
<perl>
Index: defaultmaildrop.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/defaultmaildrop.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- defaultmaildrop.tmpl 28 Apr 2003 14:47:16 -0000 1.4
+++ defaultmaildrop.tmpl 29 Dec 2008 16:15:35 -0000 1.5
@@ -1,7 +1,7 @@
<tr>
- <td><perl>_("Default Maildrop Host for this domain")</perl> </td>
+ <td><perl>_("Default Maildrop Host")</perl> </td>
<td>
<select name="ispmanDomainDefaultMailDropHost">
<perl>
------------------------------------------------------------------------------