pvollenweider    2005/10/10 17:19:37 CEST

  Modified files:
    core/src/webapp/jsp/jahia/engines/containerlistproperties 
                                                              
containerlistproperties.jsp 
  Log:
  - fix list properties layout
  
  Revision  Changes    Path
  1.11      +7 -7      
jahia/core/src/webapp/jsp/jahia/engines/containerlistproperties/containerlistproperties.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/engines/containerlistproperties/containerlistproperties.jsp.diff?r1=1.10&r2=1.11&f=h
  
  
  
  Index: containerlistproperties.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/containerlistproperties/containerlistproperties.jsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- containerlistproperties.jsp       7 Oct 2005 16:27:45 -0000       1.10
  +++ containerlistproperties.jsp       10 Oct 2005 15:19:37 -0000      1.11
  @@ -51,7 +51,7 @@
   
       final String aclFieldName = (String) engineMap.get("aclfieldname");
       final boolean showEditMenu = (theScreen.equals("edit") || 
theScreen.equals("metadata") ||
  -            theScreen.equals("rightsMgmt") || 
theScreen.equals("timeBasedPublishing") || 
  +            theScreen.equals("rightsMgmt") || 
theScreen.equals("timeBasedPublishing") ||
               theScreen.equals("ctneditview_rights"));
   %>
   
  @@ -233,7 +233,7 @@
               <jahia:engineResourceBundle
                       
resourceName="org.jahia.engines.containerlistproperties.ContainerListProperties_Engine.cursorField.label"/>
           </td>
  -        <td class="t4">
  +        <td class="t4" colspan="2" width="100%">
               <select name="cursorField" onchange="changeCursorField()">
                   <%
                       for (int i = 0; i < fields.size(); i++) { %>
  @@ -251,7 +251,7 @@
               (<jahia:engineResourceBundle
                   
resourceName="org.jahia.engines.containerlistproperties.ContainerListProperties_Engine.sortBy.label"/>)
           </td>
  -        <td class="t4">
  +        <td class="t4" colspan="2">
               <select name="autRank" onchange="automaticRanking()">
                   <option value="none">
                       <jahia:engineResourceBundle
  @@ -279,7 +279,7 @@
                   
resourceName="org.jahia.engines.containerlistproperties.ContainerListProperties_Engine.manualRanking.label"/>)
           </td>
           <td class="t4">
  -            <select name="manRank" size="10" multiple="multiple">
  +            <select name="manRank" size="10" multiple="multiple" 
style="width:100%">
                   <%
                       for (int i = 0; i < containers.size(); i++) { %>
                   <option value="<%=i%>"
  @@ -288,9 +288,8 @@
                       <% } %>
               </select>
           </td>
  -    </tr>
  -    <tr>
  -        <td width="40%" class="text" align="right" valign="top">
  +
  +        <td width="100%" class="text" align="left" valign="top">
               <a href="javascript:moveTop()" onMouseOut="MM_swapImgRestore()"
                  
onMouseOver="MM_swapImage('Top','','<jahia:serverHttpPath/><jahia:engineResourceBundle
 resourceName="org.jahia.moveTopOn.button"/>',1)"><img
                       name="Top"
  @@ -320,6 +319,7 @@
                       alt="<jahia:engineResourceBundle 
resourceName="org.jahia.engines.containerlistproperties.ContainerListProperties_Engine.moveAtBottom.label"/>"></a>
               <br>
           </td>
  +
       </tr>
   </table>
   
  

Reply via email to