[Rt-commit] r16559 - in rt/3.8/trunk: .

elacour at bestpractical.com elacour at bestpractical.com
Tue Oct 28 10:52:56 EDT 2008


Author: elacour
Date: Tue Oct 28 10:52:55 2008
New Revision: 16559

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Ticket/Elements/EditCustomFields

Log:
 r10962 at datura:  manu | 2008-10-28 15:52:30 +0100
 Fix CF alignement on edit (remove uneeded sub tables so that left of CF values are vertically aligned).


Modified: rt/3.8/trunk/share/html/Ticket/Elements/EditCustomFields
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Elements/EditCustomFields	(original)
+++ rt/3.8/trunk/share/html/Ticket/Elements/EditCustomFields	Tue Oct 28 10:52:55 2008
@@ -53,9 +53,6 @@
 % if ( $i % 2 ) {
 <tr>
 % }
-<td width="50%">
-<table>
-  <tr id="CF-<%$CustomField->id%>-EditRow">
     <td class="labeltop">
       <b><%$CustomField->Name%></b><br />
       <i><%$CustomField->FriendlyType%></i>
@@ -72,9 +69,6 @@
         <em style="color: red"><% $msg %></em>
 %  }
     </td>
-  </tr>
-</table>
-</td>
 
 % unless ( $i % 2 ) {
 </tr>


More information about the Rt-commit mailing list