Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/admins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23069/ispman-web/cgi-bin/tmpl/admins
Modified Files:
add.tmpl edit.tmpl list.tmpl
Log Message:
changed form to POST method
tiny beauty change
Index: add.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/admins/add.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- add.tmpl 28 Apr 2003 14:47:03 -0000 1.8
+++ add.tmpl 6 Feb 2004 22:04:24 -0000 1.9
@@ -8,7 +8,7 @@
-<form>
+<form action="<perl>$ispman->getConfig('ispmanUrlPrefix')</perl>/admin/index.cgi" method="POST">
<center>
Index: edit.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/admins/edit.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- edit.tmpl 28 Apr 2003 14:47:03 -0000 1.7
+++ edit.tmpl 6 Feb 2004 22:04:24 -0000 1.8
@@ -8,7 +8,7 @@
-<form>
+<form action="<perl>$ispman->getConfig('ispmanUrlPrefix')</perl>/admin/index.cgi" method="POST">
<center>
<table border=0 bgcolor="#d4eaf9">
<tr>
Index: list.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/admins/list.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- list.tmpl 28 Apr 2003 14:47:04 -0000 1.8
+++ list.tmpl 6 Feb 2004 22:04:24 -0000 1.9
@@ -38,6 +38,7 @@
<th><perl>_("Name")</perl></th>
<th><perl>_("E-mail")</perl></th>
<th><perl>_("Level")</perl></th>
+ <th> </th>
</tr>
<perl>
@@ -45,9 +46,9 @@
my $admins=$ispman->getAdmins();
for my $dn(keys %$admins) {
$text.=qq|<tr><td><a href="$ENV{'SCRIPT_NAME'}?mode=editAdmin&uid=$admins->{$dn}{'uid'}">$admins->{$dn}{'uid'}</a></td>|;
- $text.=qq|<td> $admins->{$dn}{'cn'}</td>|;
- $text.=qq|<td> $admins->{$dn}{'ispmanSysadminMail'}</td>|;
- $text.=qq|<td> $admins->{$dn}{'ispmanSysadminLevel'}</td>|;
+ $text.=qq|<td>$admins->{$dn}{'cn'}</td>|;
+ $text.=qq|<td>$admins->{$dn}{'ispmanSysadminMail'}</td>|;
+ $text.=qq|<td>$admins->{$dn}{'ispmanSysadminLevel'}</td>|;
$text.=qq|<td><a href="$ENV{'SCRIPT_NAME'}?mode=deleteAdmin&uid=$admins->{$dn}{'uid'}" onClick="return confirm('Are you sure')">D</a></td>|;
$text.="</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.