ispman/ispman-web/cgi-bin/tmpl/domains/add actions.tmpl, NONE, 1.1 create_arecord_for_mail.tmpl, 1.4, NONE create_vhost.tmpl, 1.4, NONE
Joerg Delker <[email protected]> Mon, 19 Feb 2007 00:22:11 +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 sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29955/ispman-web/cgi-bin/tmpl/domains/add
Added Files:
actions.tmpl
Removed Files:
create_arecord_for_mail.tmpl create_vhost.tmpl
Log Message:
implemented domain actions
(see feature request [ 1658512 ] Support "hosting packages")
--- create_arecord_for_mail.tmpl DELETED ---
--- NEW FILE: actions.tmpl ---
<tr>
<td>Domain actions</td>
<td>
<select name="domainActions" MULTIPLE>
<perl>
my @actions=split '\|',$ispman->getConf("domainActions");
my $out="";
for (@actions) {
$out .= qq|<option value="$_">$_</option>| unless $_ eq "none";
}
$out
</perl>
</select>
</td>
</tr>
--- create_vhost.tmpl DELETED ---
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV