[Ils-source] r1310 - trunk/webapp

scribe at crosswire.org scribe at crosswire.org
Tue May 5 13:19:48 MST 2015


Author: scribe
Date: 2015-05-05 13:19:48 -0700 (Tue, 05 May 2015)
New Revision: 1310

Modified:
   trunk/webapp/admin_profilemanagement.jsp
Log:
Fixed select all checkbox on subsequent pages. Bug ILS-1


Modified: trunk/webapp/admin_profilemanagement.jsp
===================================================================
--- trunk/webapp/admin_profilemanagement.jsp	2015-04-23 21:45:59 UTC (rev 1309)
+++ trunk/webapp/admin_profilemanagement.jsp	2015-05-05 20:19:48 UTC (rev 1310)
@@ -516,7 +516,7 @@
         }
 %>
                             <tr>
-                              <td><input id="profck<%=j%>" type="checkbox" name="profid" value="<%=up.getUserProfileID()%>"></td>
+                              <td><input id="profck<%=j-begin%>" type="checkbox" name="profid" value="<%=up.getUserProfileID()%>"></td>
 <%
 if (!hiddenCols.contains("USERPRLNAME")) {
 %>




More information about the Ils-source mailing list