Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / share / html / Articles / Elements / CreateArticle
index 3fb549f..7121b0c 100644 (file)
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<& /Elements/TitleBoxStart, title => loc('Create an article') &>
+<& /Widgets/TitleBoxStart, title => loc('Create an article') &>
 <ul>
 % while (my $Class = $Classes->Next) {
 <li><a href="Article/Edit.html?Class=<%$Class->Id%>"><%$Class->Name%></a></li> 
 % } 
 </ul>
-<& /Elements/TitleBoxEnd &>
+<& /Widgets/TitleBoxEnd &>
 <%init>
 my $Classes = RT::Classes->new($session{'CurrentUser'});
 $Classes->LimitToEnabled;