dpillot     2005/10/07 15:58:14 CEST

  Modified files:
    core/src/webapp/jsp/jahia/engines/importexport contentpick.jsp 
  Log:
  removed prefix useless
  
  Revision  Changes    Path
  1.23      +11 -8     
jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp.diff?r1=1.22&r2=1.23&f=h
  
  
  
  Index: contentpick.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/importexport/contentpick.jsp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- contentpick.jsp   7 Oct 2005 12:45:34 -0000       1.22
  +++ contentpick.jsp   7 Oct 2005 13:58:14 -0000       1.23
  @@ -16,7 +16,7 @@
   <%@ taglib uri="JahiaLib" prefix="jahia" %>
   <%
       /**
  -     * @version $Id: contentpick.jsp,v 1.22 2005/10/07 12:45:34 knguyen Exp $
  +     * @version $Id: contentpick.jsp,v 1.23 2005/10/07 13:58:14 dpillot Exp $
        */
   
       HashMap engineMap = (HashMap) 
request.getAttribute("org.jahia.engines.EngineHashMap");
  @@ -231,31 +231,31 @@
                                               <% } %>
                                           </th>
                                           <th class="text">
  -                                            <% if 
(orderBy.equalsIgnoreCase(<%=JahiaSearchConstant.METADATA_PREFIX%>+"creator")) 
{ %>
  +                                            <% if 
(orderBy.equalsIgnoreCase("creator")) { %>
                                               creator
                                               <% } else { %>
  -                                            <a 
href="javascript:orderby('<%=JahiaSearchConstant.METADATA_PREFIX%>creator');">creator</a>
  +                                            <a 
href="javascript:orderby('creator');">creator</a>
                                               <% } %>
                                               </th>
                                           <th class="text">
  -                                            <% if 
(orderBy.equalsIgnoreCase(<%=JahiaSearchConstant.METADATA_PREFIX%>+"lastcontributor"))
 { %>
  +                                            <% if 
(orderBy.equalsIgnoreCase("lastcontributor")) { %>
                                               last&nbsp;contributor
                                               <% } else { %>
  -                                            <a 
href="javascript:orderby('<%=JahiaSearchConstant.METADATA_PREFIX%>lastcontributor');">last
  +                                            <a 
href="javascript:orderby('lastcontributor');">last
                                               contributor</a>
                                               <% } %>
                                               </th>
                                           <th class="text">usage</th>
                                           <!--th class="text">score</th-->
                                           <th class="text">
  -                                            <% if 
(orderBy.equalsIgnoreCase(<%=JahiaSearchConstant.METADATA_PREFIX%>+"creationdate"))
 { %>
  +                                            <% if 
(orderBy.equalsIgnoreCase("creationdate")) { %>
                                               creation date
                                               <% } else { %>
  -                                            <a 
href="javascript:orderby('<%=JahiaSearchConstant.METADATA_PREFIX%>creationdate');">creation
 date</a>
  +                                            <a 
href="javascript:orderby('creationdate');">creation date</a>
                                               <% } %>
                                           </th>
                                           <th class="text">
  -                                            <% if 
(orderBy.equalsIgnoreCase(<%=JahiaSearchConstant.METADATA_PREFIX%>+"lastpublishdate"))
 { %>
  +                                            <% if 
(orderBy.equalsIgnoreCase("lastpublishdate")) { %>
                                               last publish
                                               date
                                               <% } else { %>
  @@ -353,6 +353,9 @@
   </div><!-- end menu wrapper part -->
   <%  /**
       * $Log: contentpick.jsp,v $
  +    * Revision 1.23  2005/10/07 13:58:14  dpillot
  +    * removed prefix useless
  +    *
       * Revision 1.22  2005/10/07 12:45:34  knguyen
       * - synchro
       *
  

Reply via email to