[sword-svn] r294 - in trunk/webapp: . tiles

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


Author: refdoc
Date: 2008-09-24 17:23:17 -0700 (Wed, 24 Sep 2008)
New Revision: 294

Modified:
   trunk/webapp/fulllibrary.jsp
   trunk/webapp/tiles/header.jsp
Log:
Header line now translateable
Internal module name is now not anymore displayed. Link is named after module description



Modified: trunk/webapp/fulllibrary.jsp
===================================================================
--- trunk/webapp/fulllibrary.jsp	2008-09-24 23:04:56 UTC (rev 293)
+++ trunk/webapp/fulllibrary.jsp	2008-09-25 00:23:17 UTC (rev 294)
@@ -74,7 +74,7 @@
 								SWModule module = mgr.getModuleByName(modInfo[j].name);
 								if (module != null) {
 %>
-									<li><a href="fulllibrary.jsp?show=<%= URLEncoder.encode(modInfo[j].name) %>"><%= modInfo[j].name %></a>  <%= module.getDescription() %></li>
+									<li><a href="fulllibrary.jsp?show=<%= URLEncoder.encode(modInfo[j].name) %>"><%= module.getDescription() %></a></li>
 <%
 								}
 							}

Modified: trunk/webapp/tiles/header.jsp
===================================================================
--- trunk/webapp/tiles/header.jsp	2008-09-24 23:04:56 UTC (rev 293)
+++ trunk/webapp/tiles/header.jsp	2008-09-25 00:23:17 UTC (rev 294)
@@ -5,7 +5,7 @@
 <div id="contentTray2">
   <div id="pageBorderTop"></div>
   <div id="header">
-    <h1>The Bible Tool</h1>
+    <h1><t:t>The Bible Tool</t:t></h1>
   </div>
   <div id="navlist">
     <ul>




More information about the sword-cvs mailing list