ispman/ispman-web/cgi-bin/tmpl menu.tmpl,1.53,1.54
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23121/ispman-web/cgi-bin/tmpl
Modified Files:
menu.tmpl
Log Message:
fixed bug [ 1487865 ] webuser problem
Index: menu.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/menu.tmpl,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- menu.tmpl 13 May 2006 11:35:08 -0000 1.53
+++ menu.tmpl 13 May 2006 11:37:45 -0000 1.54
@@ -46,9 +46,9 @@
doThis("searchUsers");
}
- function editMailGroup(dn){
- if (dn){
- doThis("editMailGroup","dn="+escape(dn))
+ function editMailGroup(group){
+ if (group){
+ doThis("editMailGroup","mailGroup="+group)
}
}
@@ -295,7 +295,7 @@
<OPTION VALUE="">@{[_("Select mailgroup")]}</option>
|;
for my $mailgroup(sort{lc($mailgroups->{$a}{'cn'}) cmp lc($mailgroups->{$b}{'cn'}) } keys %$mailgroups) {
- $text.="<option value='$mailgroup'>$mailgroups->{$mailgroup}{'cn'}</option>";
+ $text.="<option value='$mailgroups->{$mailgroup}{'cn'}'>$mailgroups->{$mailgroup}{'cn'}</option>";
}
$text.=qq|
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642