Author: ghuber
Date: Thu Jun 19 10:54:03 2014
New Revision: 1603825

URL: http://svn.apache.org/r1603825
Log:
Use filter instead of query to match headings.

Modified:
    roller/trunk/app/src/main/resources/ApplicationResources.properties
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileSidebar.jsp

Modified: roller/trunk/app/src/main/resources/ApplicationResources.properties
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/resources/ApplicationResources.properties?rev=1603825&r1=1603824&r2=1603825&view=diff
==============================================================================
--- roller/trunk/app/src/main/resources/ApplicationResources.properties 
(original)
+++ roller/trunk/app/src/main/resources/ApplicationResources.properties Thu Jun 
19 10:54:03 2014
@@ -299,7 +299,7 @@ commentManagement.spam=Spam
 
 commentManagement.next=Next page
 commentManagement.prev=Previous page
-commentManagement.query=Query
+commentManagement.query=Filter
 commentManagement.endDate=End date
 commentManagement.startDate=Start date
 
@@ -985,6 +985,9 @@ Roller weblog
 maintenance.message.indexed.failure=Error rebuilding search index - check 
system logs
 maintenance.message.flushed=Successfully flushed the page cache of your \
 Roller weblog
+maintenance.prompt.reset=Reset the hit count for your Roller weblog.
+maintenance.button.reset=Reset Hit Count
+maintenance.message.reset=Successfully reset the hit count of your Roller 
weblog 
 
 # ----------------------------------------------------------- Media file 
management
 

Modified: 
roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileSidebar.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileSidebar.jsp?rev=1603825&r1=1603824&r2=1603825&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileSidebar.jsp 
(original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileSidebar.jsp 
Thu Jun 19 10:54:03 2014
@@ -114,8 +114,7 @@
 
                         <tr>
                             <td>
-                                <input id="searchButton" style="margin:5px 
0px;" type="submit"
-                                       name="search" value='<s:text 
name="mediaFileView.search" />' />
+                                <s:submit id="searchButton" 
value="%{getText('mediaFileView.search')}" cssStyle="margin:5px 0px;"/>
                             </td>
                             <td>
                                 <s:if test="pager">


Reply via email to