[Rt-commit] r3125 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . html/Elements html/Ticket html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Thu Jun 9 02:36:55 EDT 2005


Author: jesse
Date: Thu Jun  9 02:36:55 2005
New Revision: 3125

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyReminders
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Reminders.html
Log:
 r19711 at hualien:  jesse | 2005-06-09 02:35:57 -0400
 * Fixes from chaldea mergeup


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyReminders
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyReminders	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyReminders	Thu Jun  9 02:36:55 2005
@@ -45,7 +45,7 @@
 %# END BPS TAGGED BLOCK }}}
 
 %# DEPRECATED
-<&|/Elements/TitleBox,
+<&|/Widgets/TitleBox,
     title => loc("Reminders") &>
 <table width="100%">
 % my $i =0;

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html	Thu Jun  9 02:36:55 2005
@@ -201,9 +201,9 @@
 <& /Elements/SelectTimeUnits, Name =>'TimeLeft-TimeUnits' &>
 </TD></TR>
 </TABLE>
-<& /Elements/TitleBoxEnd &>
+</&>
 <br>
-<& /Elements/TitleBoxStart, title => loc("Dates"),
+<&|/Widgets/TitleBox, title => loc("Dates"),
 		title_class=> 'inverse',  
 		 color => "#663366" &>
 

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary	Thu Jun  9 02:36:55 2005
@@ -72,7 +72,7 @@
 	  <& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &>
 	</td>
 	<td VALIGN=TOP WIDTH="50%" class="boxcontainer">
-	  <&|/Elements/TitleBox, title => loc("Reminders"),
+	  <&|/Widgets/TitleBox, title => loc("Reminders"),
 		title_href =>"$RT::WebPath/Ticket/Reminders.html?id=".$Ticket->Id, 
 		title_class=> 'inverse',  
 		 color => "#666699" &>

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Reminders.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Reminders.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Reminders.html	Thu Jun  9 02:36:55 2005
@@ -49,7 +49,7 @@
     current_tab => "Ticket/Reminders.html?id=".$Ticket->Id, 
     Title => loc("Reminders for ticket #[_1]", $Ticket->Id) &>
 <form action="<%$RT::WebPath%>/Ticket/Reminders.html" method="post">
-<&|/Elements/TitleBox, title => loc("Reminders"),
+<&|/Widgets/TitleBox, title => loc("Reminders"),
                        title_class=> 'inverse',
                        color => "#666699" &>
 


More information about the Rt-commit mailing list