[Ils-source] r1429 - trunk/webapp
scribe at crosswire.org
scribe at crosswire.org
Wed Apr 6 16:23:55 MST 2016
Author: scribe
Date: 2016-04-06 16:23:55 -0700 (Wed, 06 Apr 2016)
New Revision: 1429
Modified:
trunk/webapp/report_recurrent_training.jsp
Log:
updated titles to match exactly what the data reports
Modified: trunk/webapp/report_recurrent_training.jsp
===================================================================
--- trunk/webapp/report_recurrent_training.jsp 2016-04-06 22:30:02 UTC (rev 1428)
+++ trunk/webapp/report_recurrent_training.jsp 2016-04-06 23:23:55 UTC (rev 1429)
@@ -203,7 +203,7 @@
<th><a href="?sort=role"><t:t>Role</t:t></a></th>
<th><a href="?sort=course">Course Name</a></th>
<th><a href="?sort=due">Date Due</a></th>
- <th><a href="?sort=past">Days Past Due</a></th>
+ <th><a href="?sort=past">Days Since Reassigned</a></th>
</tr>
<%
}
@@ -218,7 +218,7 @@
out.print("Emp ID,");
%><t:t>Workgroup</t:t>,<%
%><t:t>Role</t:t>,<%
- out.print("Course Name,Date Due,Days Past Due\n");
+ out.print("Course Name,Date Due,Days Since Reassigned\n");
}
for (UserProfile up : userProfiles) {
if (up.getValue("DAYSEXPIRED") == null) continue;
@@ -286,7 +286,7 @@
<th><a href="?sort=role"><t:t>Role</t:t></a></th>
<th><a href="?sort=course">Course Name</a></th>
<th><a href="?sort=due">Date Due</a></th>
- <th><a href="?sort=past">Days to Due Date</a></th>
+ <th><a href="?sort=past">Days to Expiration</a></th>
</tr>
<%
}
@@ -297,7 +297,7 @@
out.print("Emp ID,");
%><t:t>Workgroup</t:t>,<%
%><t:t>Role</t:t>,<%
- out.print("Course Name,Date Due,Days to Due Date\n");
+ out.print("Course Name,Date Due,Days to Expiration\n");
}
if ("past".equals(sort)) {
Collections.sort(userProfiles, new Comparator() {
More information about the Ils-source
mailing list