[Rt-commit] rtir branch, 2.6/custom-field-display, created. 2.6.0-26-gfece9ae

Kevin Falcone falcone at bestpractical.com
Thu Jul 21 11:49:31 EDT 2011


The branch, 2.6/custom-field-display has been created
        at  fece9ae54132c54b9ad87b9bc2d8e66d35798173 (commit)

- Log -----------------------------------------------------------------
commit fece9ae54132c54b9ad87b9bc2d8e66d35798173
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jul 21 11:36:46 2011 -0400

    RT 3.8.6 or later could turn off the table in ShowCustomFields
    
    Turning it off means that the basics data and the CF data will share a
    table and line up rather than being askew

diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index c1ef72c..f999e23 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -59,9 +59,11 @@
     <td class="label"><&|/l&>Time Worked</&>:</td>
     <td class="value"><%loc('[_1] min', $TimeWorked)%></td>
   </tr>
+
+<& /Elements/ShowCustomFields, Object => $TicketObj, Table => 0 &>
+
 </table>
 
-<& /Elements/ShowCustomFields, Object => $TicketObj &>
 
 </&>
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list