Author: tuyen.nguyenthe
Date: 2010-12-01 02:49:29 -0500 (Wed, 01 Dec 2010)
New Revision: 5398
Modified:
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/webui/organization/account/UIUserSelector.gtmpl
Log:
GTNPORTAL-1669 Invalid chunk ignored when add all user to a group
Modified:
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/webui/organization/account/UIUserSelector.gtmpl
===================================================================
---
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/webui/organization/account/UIUserSelector.gtmpl 2010-12-01
07:43:16 UTC (rev 5397)
+++
portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/groovy/webui/organization/account/UIUserSelector.gtmpl 2010-12-01
07:49:29 UTC (rev 5398)
@@ -58,7 +58,7 @@
<thead>
<tr>
<% if(isMulti) {%>
- <th style="width: 30px;"><input type="checkbox"
class="checkbox" value="4" /></th>
+ <th style="width: 30px;"><input type="checkbox"
class="checkbox" name="selectall"/></th>
<% } %>
<th>
<%=uiform.getLabel('userName')%>
Show replies by date