[Ils-source] r1599 - trunk/webapp
scribe at crosswire.org
scribe at crosswire.org
Fri Jul 27 12:14:34 MST 2018
Author: scribe
Date: 2018-07-27 12:14:34 -0700 (Fri, 27 Jul 2018)
New Revision: 1599
Modified:
trunk/webapp/employee.jsp
Log:
update image width and height for open and close curricula buttons
Modified: trunk/webapp/employee.jsp
===================================================================
--- trunk/webapp/employee.jsp 2018-07-27 19:08:20 UTC (rev 1598)
+++ trunk/webapp/employee.jsp 2018-07-27 19:14:34 UTC (rev 1599)
@@ -106,7 +106,7 @@
<table class="tableData">
<tr>
<td width="7%"><a href="employee.jsp?openCurriculum=<%=((cOpen)?"none":Integer.toString(c.getCourseID()))%>">
- <img src="images/circle_<%=((cOpen)?"minus":"plus")%>.png" width="24" height="24" hspace="4" vspace="4" border="0" alt=""></a> </td>
+ <img src="images/toggle_<%=((cOpen)?"minus":"plus")%>.png" width="43" height="16" hspace="0" vspace="0" border="0" alt=""></a> </td>
<td width="30%"><a href="#" onClick="p('course','<%=c.getCourseID()%>','<%=wordNum++%>');">
<span class="courseName"> <%=c.getCourseName()%> </span></a>
<%
More information about the Ils-source
mailing list