[sword-svn] r296 - trunk/webapp
refdoc at www.crosswire.org
refdoc at www.crosswire.org
Wed Sep 24 18:22:31 MST 2008
Author: refdoc
Date: 2008-09-24 18:22:31 -0700 (Wed, 24 Sep 2008)
New Revision: 296
Modified:
trunk/webapp/powersearch.jsp
Log:
internal module name removed from display
Modified: trunk/webapp/powersearch.jsp
===================================================================
--- trunk/webapp/powersearch.jsp 2008-09-25 00:48:53 UTC (rev 295)
+++ trunk/webapp/powersearch.jsp 2008-09-25 01:22:31 UTC (rev 296)
@@ -71,8 +71,8 @@
<tiles:put name="content" type="string">
<div id="powersearch">
<h2><t:t>Power Search</t:t></h2>
- <t:t>Module to search:</t:t>
- <p class="textname">» <%= activeModule.getDescription().replaceAll("&", "&") + " (" + activeModule.getName() + ")" %></p>
+ <b><t:t>Module to search:</t:t></b>
+ <p class="textname"><%= activeModule.getDescription().replaceAll("&", "&") %></p>
<form action="wordsearchresults.jsp">
<fieldset>
<b><t:t>Search Term:</t:t></b><br/>
More information about the sword-cvs
mailing list