Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory 
james.mmbase.org:/tmp/cvs-serv18531/cmsc/contentrepository/src/webapp/editors/resources

Modified Files:
        imagesearch.jsp 
Log Message:
CMSC-681 Asset Maintenance  no sorting function when show the most frequently 
used images


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-681


Index: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- imagesearch.jsp     31 Dec 2008 09:03:28 -0000      1.42
+++ imagesearch.jsp     7 Jan 2009 08:16:13 -0000       1.43
@@ -169,6 +169,7 @@
 
                        <c:if test="${imageShow eq 'list'}">
                                <table>
+            <c:if test="${action == 'search'}">
                                        <tr class="listheader">
                                                <th width="55"></th>
                                                <th nowrap="true"><a 
href="javascript:orderBy('title')"
@@ -181,6 +182,7 @@
                                                        
key="imagesearch.mimetypecolumn" /></a></th>
                                                <th></th>
                                        </tr>
+            </c:if>
                                        <tbody class="hover">
                                                <c:set 
var="useSwapStyle">true</c:set>
                                                <mm:listnodes referid="results">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to