[Rt-commit] r4565 - in rt/branches/3.5-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Tue Feb 21 17:31:38 EST 2006
Author: jesse
Date: Tue Feb 21 17:31:37 2006
New Revision: 4565
Added:
rt/branches/3.5-TESTING/html/Elements/TitleBoxEnd
rt/branches/3.5-TESTING/html/Elements/TitleBoxStart
Modified:
rt/branches/3.5-TESTING/ (props changed)
Log:
r24493 at truegrounds: jesse | 2006-02-21 17:30:01 -0500
* Wrappers for 3.4 compatibility
Added: rt/branches/3.5-TESTING/html/Elements/TitleBoxEnd
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/Elements/TitleBoxEnd Tue Feb 21 17:31:37 2006
@@ -0,0 +1,4 @@
+<%init>
+# For compatibility with 3.4
+$m->comp('/Widgets/TitleBoxEnd', %ARGS );
+</%init>
Added: rt/branches/3.5-TESTING/html/Elements/TitleBoxStart
==============================================================================
--- (empty file)
+++ rt/branches/3.5-TESTING/html/Elements/TitleBoxStart Tue Feb 21 17:31:37 2006
@@ -0,0 +1,4 @@
+<%init>
+# For compatibility with 3.4
+$m->comp('/Widgets/TitleBoxStart', %ARGS );
+</%init>
More information about the Rt-commit
mailing list