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

Modified Files:
      Tag: b1_6
        asset.jsp assetsearch.jsp content.jsp contentsearch.jsp 
Log Message:
CMSC-1316 - Assets: Problem sorting on Author.


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


Index: asset.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/asset.jsp,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -u -b -r1.30 -r1.30.2.1
--- asset.jsp   6 Feb 2009 06:08:19 -0000       1.30
+++ asset.jsp   5 Mar 2009 07:53:08 -0000       1.30.2.1
@@ -138,7 +138,7 @@
                                  <fmt:message key="asset.typecolumn"/></a></th>
                            <th><a href="javascript:sortBy('Asset', 
'title','<mm:write referid="parentchannel" />')" class="headerlink">
                                  <fmt:message 
key="asset.titlecolumn"/></a></th>
-                           <th><a href="javascript:sortBy('Asset', 
'creator','<mm:write referid="parentchannel" />')" class="headerlink">
+                           <th><a href="javascript:sortBy('Asset', 
'lastmodifier','<mm:write referid="parentchannel" />')" class="headerlink">
                                  <fmt:message key="asset.authorcolumn"/></a> 
</th>
                            <th><a href="javascript:sortBy('Asset', 
'lastmodifieddate','<mm:write referid="parentchannel" />')" class="headerlink">
                                  <fmt:message 
key="asset.lastmodifiedcolumn"/></a></th>


Index: assetsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -b -r1.26.2.1 -r1.26.2.2
--- assetsearch.jsp     2 Mar 2009 10:10:03 -0000       1.26.2.1
+++ assetsearch.jsp     5 Mar 2009 07:53:08 -0000       1.26.2.2
@@ -363,7 +363,7 @@
                   <th><a href="javascript:orderBy('otype')" class="headerlink" 
><fmt:message key="locate.typecolumn" /></a></th>
                   <th><a href="javascript:orderBy('title')" class="headerlink" 
><fmt:message key="locate.titlecolumn" /></a></th>
                   <th><fmt:message key="locate.creationchannelcolumn" /></th>
-                  <th><a href="javascript:orderBy('creator')" 
class="headerlink" ><fmt:message key="locate.authorcolumn" /></th>
+                  <th><a href="javascript:orderBy('lastmodifier')" 
class="headerlink" ><fmt:message key="locate.authorcolumn" /></th>
                   <th><a href="javascript:orderBy('lastmodifieddate')" 
class="headerlink" ><fmt:message key="locate.lastmodifiedcolumn" /></th>
                   <th><a href="javascript:orderBy('number')" 
class="headerlink" ><fmt:message key="locate.numbercolumn" /></th>
                </tr>
@@ -419,7 +419,7 @@
                      ${channelName}
                   </mm:compare>
             </td>
-            <td style="white-space: nowrap;" 
onMouseDown="objClick(this);"><mm:field name="creator" /></td>
+            <td style="white-space: nowrap;" 
onMouseDown="objClick(this);"><mm:field name="lastmodifier" /></td>
             <td style="white-space: nowrap;" 
onMouseDown="objClick(this);"><mm:field 
name="lastmodifieddate"><cmsc:dateformat displaytime="true" /></mm:field></td>
             <td  style="white-space: nowrap;" 
onMouseDown="objClick(this);"><mm:field name="number"/></td>
             <c:if test="${hasWorkflow}">


Index: content.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/content.jsp,v
retrieving revision 1.45
retrieving revision 1.45.2.1
diff -u -b -r1.45 -r1.45.2.1
--- content.jsp 14 Jan 2009 09:57:14 -0000      1.45
+++ content.jsp 5 Mar 2009 07:53:08 -0000       1.45.2.1
@@ -117,7 +117,7 @@
         <fmt:message key="content.typecolumn"/></a></th>
         <th><a href="javascript:sortBy('Content','title','<mm:write 
referid="parentchannel" />')" class="headerlink">
         <fmt:message key="content.titlecolumn"/></a></th>
-        <th><a href="javascript:sortBy('Content','creator','<mm:write 
referid="parentchannel" />')" class="headerlink">
+        <th><a href="javascript:sortBy('Content','lastmodifier','<mm:write 
referid="parentchannel" />')" class="headerlink">
         <fmt:message key="content.authorcolumn"/></a></th>
         <th><a href="javascript:sortBy('Content','lastmodifieddate','<mm:write 
referid="parentchannel" />')" class="headerlink">
         <fmt:message key="content.lastmodifiedcolumn"/></a></th>


Index: contentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -b -r1.18.2.1 -r1.18.2.2
--- contentsearch.jsp   2 Mar 2009 10:10:03 -0000       1.18.2.1
+++ contentsearch.jsp   5 Mar 2009 07:53:08 -0000       1.18.2.2
@@ -365,7 +365,7 @@
                   <th><a href="javascript:orderBy('otype')" class="headerlink" 
><fmt:message key="locate.typecolumn" /></a></th>
                   <th><a href="javascript:orderBy('title')" class="headerlink" 
><fmt:message key="locate.titlecolumn" /></a></th>
                   <th><fmt:message key="locate.creationchannelcolumn" /></th>
-                  <th><a href="javascript:orderBy('creator')" 
class="headerlink" ><fmt:message key="locate.authorcolumn" /></th>
+                  <th><a href="javascript:orderBy('lastmodifier')" 
class="headerlink" ><fmt:message key="locate.authorcolumn" /></th>
                   <th><a href="javascript:orderBy('lastmodifieddate')" 
class="headerlink" ><fmt:message key="locate.lastmodifiedcolumn" /></th>
                   <th><a href="javascript:orderBy('number')" 
class="headerlink" ><fmt:message key="locate.numbercolumn" /></th>
                   <th></th>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to