CVS: ispman/ispman-web/cgi-bin/tmpl/domains/add defaultwebhost.tmpl,1.5,1.6
Joerg Delker <[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:/tmp/cvs-serv27313/cgi-bin/tmpl/domains/add
Modified Files:
defaultwebhost.tmpl
Log Message:
some major bugfixes/form completion
in particular:
* beauty cleanup (old stylesheet tags, reordering of fields)
* form completion for default file/mail/webhosts
* enhancment for multiple webhosts
Index: defaultwebhost.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/domains/add/defaultwebhost.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** defaultwebhost.tmpl 28 Apr 2003 14:47:17 -0000 1.5
--- defaultwebhost.tmpl 8 Jan 2004 00:08:26 -0000 1.6
***************
*** 4,8 ****
<td><perl>_("Default Web Server Host for this domain")</perl> </td>
<td>
! <select name="ispmanDomainDefaultWebHost">
<perl>
my $text="";
--- 4,8 ----
<td><perl>_("Default Web Server Host for this domain")</perl> </td>
<td>
! <select name="ispmanDomainDefaultWebHost" MULTIPLE>
<perl>
my $text="";
***************
*** 10,14 ****
for (@ispmanDomainDefaultWebHosts){
! $text.="<option VALUE='$_'>$_</option>";
}
--- 10,14 ----
for (@ispmanDomainDefaultWebHosts){
! $text.="<option VALUE='$_' selected>$_</option>";
}
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html