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

Modified Files:
        attachmentsearch.jsp imagesearch.jsp 
Log Message:
CMSC-933 image, attachment improvment,make filesize could be orderer by


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


Index: attachmentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- attachmentsearch.jsp        8 Oct 2008 07:25:48 -0000       1.15
+++ attachmentsearch.jsp        8 Oct 2008 08:04:45 -0000       1.16
@@ -68,7 +68,7 @@
                      <th> </th>
                      <th nowrap="true"><a href="javascript:orderBy('title')" 
class="headerlink" ><fmt:message key="attachmentsearch.titlecolumn" /></a></th>
                      <th nowrap="true"><a 
href="javascript:orderBy('filename')" class="headerlink" ><fmt:message 
key="attachmentsearch.filenamecolumn" /></a></th>
-                     <th><fmt:message key="attachmentsearch.filesizecolumn" 
/></th>
+                     <th nowrap="true"><a 
href="javascript:orderBy('size')"><fmt:message 
key="attachmentsearch.filesizecolumn" /></a></th>
                      <th nowrap="true"><a 
href="javascript:orderBy('mimetype')" class="headerlink" ><fmt:message 
key="attachmentsearch.mimetypecolumn" /></a></th>
                   </tr>
                   <tbody class="hover">


Index: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- imagesearch.jsp     8 Oct 2008 07:25:48 -0000       1.15
+++ imagesearch.jsp     8 Oct 2008 08:04:45 -0000       1.16
@@ -66,7 +66,7 @@
                   <th width="55"> </th>
                   <th nowrap="true"><a href="javascript:orderBy('title')" 
class="headerlink"><fmt:message key="imagesearch.titlecolumn" /></a></th>
                   <th nowrap="true"><a href="javascript:orderBy('filename')" 
class="headerlink"><fmt:message key="imagesearch.filenamecolumn" /></a></th>
-                  <th><fmt:message key="imagesearch.sizecolumn" /></th>
+                  <th nowrap="true"><a 
href="javascript:orderBy('filesize')"><fmt:message key="imagesearch.sizecolumn" 
/></a></th>
                   <th nowrap="true"><a href="javascript:orderBy('itype')" 
class="headerlink" ><fmt:message key="imagesearch.mimetypecolumn" /></a></th>
                   <th></th>
                </tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to