[sword-svn] r295 - trunk/webapp

refdoc at www.crosswire.org refdoc at www.crosswire.org
Wed Sep 24 17:48:53 MST 2008


Author: refdoc
Date: 2008-09-24 17:48:53 -0700 (Wed, 24 Sep 2008)
New Revision: 295

Modified:
   trunk/webapp/parallelstudy.jsp
   trunk/webapp/passagestudy.jsp
Log:
Removeal of internal module name from parallel study and passage study. Also removed extraneous quotation marks in title of passage study 


Modified: trunk/webapp/parallelstudy.jsp
===================================================================
--- trunk/webapp/parallelstudy.jsp	2008-09-25 00:23:17 UTC (rev 294)
+++ trunk/webapp/parallelstudy.jsp	2008-09-25 00:48:53 UTC (rev 295)
@@ -271,7 +271,7 @@
 					SWModule mod = mgr.getModuleByName((String)parDispModules.get(i));
 		%>
 					<th>
-						&quot;<%= mod.getDescription().replaceAll("&", "&amp;") + " (" + mod.getName() + ")" %>&quot;
+						<%= mod.getDescription().replaceAll("&", "&amp;") %>
 					</th>
 		<%
 				}

Modified: trunk/webapp/passagestudy.jsp
===================================================================
--- trunk/webapp/passagestudy.jsp	2008-09-25 00:23:17 UTC (rev 294)
+++ trunk/webapp/passagestudy.jsp	2008-09-25 00:48:53 UTC (rev 295)
@@ -201,7 +201,7 @@
 
 		<div id="passagestudy">
 		<h2><%= activeKey %></h2>
-		<h3><a href="fulllibrary.jsp?show=<%= URLEncoder.encode(activeModule.getName()) %>"><%= activeModule.getDescription().replaceAll("&", "&amp;") + " (" + activeModule.getName() + ")" %></a></h3>
+		<h3><a href="fulllibrary.jsp?show=<%= URLEncoder.encode(activeModule.getName()) %>"><%= activeModule.getDescription().replaceAll("&", "&amp;") %></a></h3>
 
 		<% //insert next and previous chapter links
 			// activeKey contains the current key ATM




More information about the sword-cvs mailing list