Author: vmassol
Date: 2008-02-15 17:34:01 +0100 (Fri, 15 Feb 2008)
New Revision: 7762

Modified:
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/admingroups.vm
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/adminusers.vm
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/editgroup.vm
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightsUI.vm
Log:
XWIKI-2122: Too many empty lines when using IE in the Rights Management UI
Patch submitted by Laurent Lunati


Modified: 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/admingroups.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/admingroups.vm  
2008-02-15 16:24:37 UTC (rev 7761)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/admingroups.vm  
2008-02-15 16:34:01 UTC (rev 7762)
@@ -14,7 +14,7 @@
   <img src="$xwiki.getSkinFile('icons/ajax-loader.gif')" alt="Loading..." 
title="Loading..." />
 </div>
 <table id="groupstable">
-<tr><td colspan="2" id="showLimits"></td></tr>
+<tr><td colspan="3" id="showLimits"></td></tr>
 <tr><td style="width: 100%;">
       <table class="display" cellpadding="3">
        <thead class="theader">
@@ -43,7 +43,7 @@
     </td>
     <td id="buff"></td>
 </tr>
-<tr><td colspan="2" id="tdAddNewUserOrGroup">
+<tr><td colspan="3" id="tdAddNewUserOrGroup">
 <a href="#" id="addNewGroup">$msg.get("rightsmanager.addnewgroup")</a>
 </td></tr>
 </table>

Modified: 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/adminusers.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/adminusers.vm   
2008-02-15 16:24:37 UTC (rev 7761)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/adminusers.vm   
2008-02-15 16:34:01 UTC (rev 7762)
@@ -16,7 +16,7 @@
 </div>
 
 <table id="userstable">
-<tr><td colspan="2" id="showLimits"></td></tr>
+<tr><td colspan="3" id="showLimits"></td></tr>
 <tr>
  <td style="width:100%;"><table class="display" cellpadding="3">
         <thead class="theader">
@@ -43,7 +43,7 @@
  </td>
  <td id="buff"></td>
  </tr>
- <tr><td colspan="2" id="tdAddNewUserOrGroup">
+ <tr><td colspan="3" id="tdAddNewUserOrGroup">
  <a href="#" id="addNewUser" 
class="addNewUserOrGroup">$msg.get("rightsmanager.addnewuser")</a>
  </td></tr>
  </table>

Modified: 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/editgroup.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/editgroup.vm    
2008-02-15 16:24:37 UTC (rev 7761)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/editgroup.vm    
2008-02-15 16:34:01 UTC (rev 7762)
@@ -5,7 +5,7 @@
   <img src="$xwiki.getSkinFile('icons/ajax-loader.gif')" alt="Loading..." 
title="Loading..." />
 </div>
 <table id="memberstable">
-<tr><td colspan="2" id="showLimits"></td></tr>
+<tr><td colspan="3" id="showLimits"></td></tr>
 <tr><td>
       <table class="display">
        <thead class="theader">

Modified: 
xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightsUI.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightsUI.vm     
2008-02-15 16:24:37 UTC (rev 7761)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/rightsUI.vm     
2008-02-15 16:34:01 UTC (rev 7762)
@@ -75,7 +75,7 @@
 #end ## editor = spacerights
 <table id="usersandgroupstable" class="$editor">
 <tr>
-<td style="width:100%" colspan="2">
+<td style="width:100%" colspan="3">
 <table id="specialusersandgroups">
   <thead class="theader"><tr>
     <td class="usersorgroupsnames">$msg.get("rightsmanager.specialusers")</td>
@@ -93,7 +93,7 @@
 </td>
 </tr>
 <tr>
-    <td colspan="2" style="padding-top:10px;">
+    <td colspan="3" style="padding-top:10px;">
       <span id="showLimits"></span>
     </td>
 </tr>

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to