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

elacour at bestpractical.com elacour at bestpractical.com
Wed Oct 29 06:44:35 EDT 2008


Author: elacour
Date: Wed Oct 29 06:43:03 2008
New Revision: 16596

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

Log:
 r10967 at datura:  manu | 2008-10-29 11:42:17 +0100
 Try to keep the same width for left and right boxes in ShowSummary.


Modified: rt/3.8/trunk/share/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Elements/ShowSummary	(original)
+++ rt/3.8/trunk/share/html/Ticket/Elements/ShowSummary	Wed Oct 29 06:43:03 2008
@@ -47,7 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
       <table width="100%" class="ticket-summary">
       <tr>
-	<td valign="top" class="boxcontainer">
+	<td valign="top" width="50%" class="boxcontainer">
 	  <&| /Widgets/TitleBox, title => loc('The Basics'), 
 		title_href => RT->Config->Get('WebPath')."/Ticket/Modify.html?id=".$Ticket->Id, 
 		class => 'ticket-info-basics' &>


More information about the Rt-commit mailing list