[Ils-source] r1610 - trunk/webapp

scribe at crosswire.org scribe at crosswire.org
Sun Jul 29 04:33:30 MST 2018


Author: scribe
Date: 2018-07-29 04:33:29 -0700 (Sun, 29 Jul 2018)
New Revision: 1610

Modified:
   trunk/webapp/admin_profile.jsp
   trunk/webapp/admin_systemmanagement.jsp
Log:
Hide untested features for release 1.82.0


Modified: trunk/webapp/admin_profile.jsp
===================================================================
--- trunk/webapp/admin_profile.jsp	2018-07-29 11:26:12 UTC (rev 1609)
+++ trunk/webapp/admin_profile.jsp	2018-07-29 11:33:29 UTC (rev 1610)
@@ -576,10 +576,12 @@
     <td width="228"><input <%=(editMisc)?"":"disabled=\"true\""%> name="mgrRecOver" value="true" type="checkbox" <%=current.isMgrRecurEmailOverride()?"checked=\"checked\"":""%> /></td>
   </tr>
 
+<!--
   <tr>
     <td valign="middle" class="formHeadings">Override (Disable) Manager Compliance Report Emails: </td>
     <td width="228"><input <%=(editMisc)?"":"disabled=\"true\""%> name="mgrComOver" value="true" type="checkbox" <%=current.isMgrComplEmailOverride()?"checked=\"checked\"":""%> /></td>
   </tr>
+-->
 
   <tr>
     <td valign="middle" class="formHeadings"><span style="color:red;">*&nbsp</span><t:t>Role</t:t>: </td>

Modified: trunk/webapp/admin_systemmanagement.jsp
===================================================================
--- trunk/webapp/admin_systemmanagement.jsp	2018-07-29 11:26:12 UTC (rev 1609)
+++ trunk/webapp/admin_systemmanagement.jsp	2018-07-29 11:33:29 UTC (rev 1610)
@@ -110,10 +110,12 @@
 	emailTemplates.add(new EMailTemplate("Recurrent Training Report", "Your Employee's Past Due & Upcoming Training",
 			"The attached Recurrent Training Report includes the Past Due & Upcoming Recurrent Training for your employees at {CONAME}."
 		));
+/*
 	// 8
 	emailTemplates.add(new EMailTemplate("Manager Compliance Report", "Your Teams' Compliance",
 			"The attached Team Compliance Report includes the compliance rates for your employees at {CONAME}."
 		));
+*/
 
 	Properties sysConfigProperties = Utils.getSysConfig(session);
 	File sysConfigFile = new File(session.getServletContext().getRealPath("/WEB-INF/sysconfig."+ilsSession.getCompanyID()+".properties"));
@@ -1369,7 +1371,7 @@
 	                              <td colspan="2">&nbsp;</td>
 	                            </tr>
 
-
+<!--
 	                            <tr>
 	                              <td class="formHeadings"></td>
 	                              <td colspan="2"><input name="emailEnableManagerComplReport" type="checkbox" value="on" <%="on".equals(currentEmailEnableManagerComplReport)?"checked=\"checked\"":""%> size="40"/><t:t>Manager</t:t> Compliance Report &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="cursor:pointer;" onclick="showMoreComplReport();" id="moreComplReport">▶ Details...</span></td>
@@ -1422,6 +1424,7 @@
 	                              <td>&nbsp;</td>
 	                              <td colspan="2">&nbsp;</td>
 	                            </tr>
+-->
 	                            <tr>
 	                              <td>Allow Users To Edit Their Email Address in My Profile</td>
 	                              <td colspan="2"><input name="emailEnableUserEdit" type="checkbox" value="on" <%="on".equals(currentEmailEnableUserEdit)?"checked=\"checked\"":""%> size="40"/></td>




More information about the Ils-source mailing list