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

Modified Files:
        attachmentsearch.jsp imagesearch.jsp urlsearch.jsp 
Log Message:
CMSC-899,Check and improve all lists according to guideline


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


Index: attachmentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- attachmentsearch.jsp        18 Jan 2008 12:46:26 -0000      1.7
+++ attachmentsearch.jsp        17 Sep 2008 06:04:33 -0000      1.8
@@ -69,8 +69,8 @@
             <tr class="listheader">
                <th> </th>
                <th nowrap="true"><a href="#" class="headerlink" 
onclick="orderBy('title');"><fmt:message key="attachmentsearch.titlecolumn" 
/></a></th>
-               <th><fmt:message key="attachmentsearch.filenamecolumn" /></th>
-               <th><fmt:message key="attachmentsearch.mimetypecolumn" /></th>
+               <th nowrap="true"><a href="#" class="headerlink" 
onclick="orderBy('filename');"><fmt:message 
key="attachmentsearch.filenamecolumn" /></a></th>
+               <th nowrap="true"><a href="#" class="headerlink" 
onclick="orderBy('mimetype');"><fmt:message 
key="attachmentsearch.mimetypecolumn" /></a></th>
             </tr>
             <tbody class="hover">
                 <c:set var="useSwapStyle">true</c:set>


Index: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- imagesearch.jsp     18 Jan 2008 12:46:26 -0000      1.6
+++ imagesearch.jsp     17 Sep 2008 06:04:33 -0000      1.7
@@ -71,8 +71,8 @@
             <tr class="listheader">
                <th> </th>
                <th nowrap="true"><a href="#" class="headerlink" 
onclick="orderBy('title');"><fmt:message key="imagesearch.titlecolumn" 
/></a></th>
-               <th><fmt:message key="imagesearch.filenamecolumn" /></th>
-               <th><fmt:message key="imagesearch.mimetypecolumn" /></th>
+               <th nowrap="true"><a href="#" class="headerlink" 
onclick="orderBy('filename');"><fmt:message key="imagesearch.filenamecolumn" 
/></a></th>
+               <th nowrap="true"><a href="#" class="headerlink" 
onclick="orderBy('itype');"><fmt:message key="imagesearch.mimetypecolumn" 
/></a></th>
                <th></th>
             </tr>
             <tbody class="hover">


Index: urlsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- urlsearch.jsp       25 Feb 2008 14:45:21 -0000      1.8
+++ urlsearch.jsp       17 Sep 2008 06:04:33 -0000      1.9
@@ -61,8 +61,8 @@
                                        <th></th>
                                        <th nowrap="true"><a href="#" 
class="headerlink" onclick="orderBy('name');"><fmt:message
                                                key="urlsearch.namecolumn" 
/></a></th>
-                                       <th><a href="#" class="headerlink" 
onclick="orderBy('url');"><fmt:message key="urlsearch.urlcolumn" /></a></th>
-                    <th><fmt:message key="urlsearch.validcolumn" /></th>
+                                       <th nowrap="true"><a href="#" 
class="headerlink" onclick="orderBy('url');"><fmt:message 
key="urlsearch.urlcolumn" /></a></th>
+                    <th nowrap="true"><a href="#" class="headerlink" 
onclick="orderBy('valid');"><fmt:message key="urlsearch.validcolumn" /></a></th>
                                </tr>
                                <tbody class="hover">
                                        <c:set var="useSwapStyle">true</c:set>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to