ispman/ispman-web/cgi-bin/tmpl/vhosts edit_acls.tmpl,1.2,1.3
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/vhosts
In directory sc8-pr-cvs1:/tmp/cvs-serv20166
Modified Files:
edit_acls.tmpl
Log Message:
some changes to form variables. still not in working order
Index: edit_acls.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/vhosts/edit_acls.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- edit_acls.tmpl 13 Jan 2004 09:43:02 -0000 1.2
+++ edit_acls.tmpl 13 Jan 2004 14:35:46 -0000 1.3
@@ -96,10 +96,11 @@
$text
</perl>
- <tr class=control>
- <td valign=top class=control><input type=text name=ispmanVhostAclLocation value=""></td>
+ <tr class=control>
+ <form>
+ <td valign=top class=control><input type=text name=newIspmanVhostAclLocation value=""></td>
<td valign=top class=control>
- <select MULTIPLE size=5 name=ispmanVhostAclAllowUser>
+ <select MULTIPLE size=5 name=newIspmanVhostAclAllowUser>
<perl>
$text='';
my $webusers=$ispman->getWebusers($r->param('ispmanDomain'));
@@ -119,8 +120,12 @@
</perl>
</select>
</td>
- <td colspan=2><input type=button value="<perl>_('Add new protected area')</perl>" onclick="addAcl(this.form)"></td>
- <input type=hidden name=mode value="addWebsiteAcl">
+ <input type=hidden name=mode value="addVhostAcl">
+ <input type=hidden name=ispmanVhostName value="@[{$r->param("ispmanVhostName")}]">
+ <input type=hidden name=ispmanDomain value="@[{$r->param("ispmanDomain")}]">
+ <td colspan=2><input type=submit value="<perl>_('Add new protected area')</perl>"></td>
+ </form>
+
</tr>
-------------------------------------------------------
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