no need for FS calendar buttons in RT 4.2
[freeside.git] / rt / share / html / Elements / TitleBox
index bdc5a7a..6806dfd 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -45,7 +45,9 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
+<&| /Widgets/TitleBox, %ARGS &><% $m->content |n%></&>
 <%init>
 # For compatibility with 3.4
-$m->comp('/Widgets/TitleBox', %ARGS );
+RT->Deprecated( Remove => 4.4, Instead => "/Widgets/TitleBox" );
+# $m->comp('/Widgets/TitleBox', %ARGS ); Doesn't actually work
 </%init>