[Rt-commit] r8875 - rt/branches/3.7-EXPERIMENTAL/html/Widgets

ruz at bestpractical.com ruz at bestpractical.com
Mon Sep 3 08:35:44 EDT 2007


Author: ruz
Date: Mon Sep  3 08:35:43 2007
New Revision: 8875

Modified:
   rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart

Log:
* delete records from ARGS block we don't use them anymore

Modified: rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Widgets/TitleBoxStart	Mon Sep  3 08:35:43 2007
@@ -56,7 +56,6 @@
   <div class="titlebox-content <% $bodyclass %>" id="<% $tid %>">
 
 <%ARGS>
-$width => undef
 $class => ''
 $bodyclass => ''
 $title_href => ''
@@ -65,8 +64,6 @@
 $titleright_href => ''
 $titleright => ''
 $titleright_raw => ''
-$contentbg => "#dddddd"
-$color => "#336699"
 $id => ''
 $hideable => 1
 </%ARGS>


More information about the Rt-commit mailing list