]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Admin/Users/MyRT.html
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / Admin / Users / MyRT.html
index f9055d3adf8271e0e502bcd86f8481c0323e5daa..7825a692f9eb94f76849d1b7a5cd40801be839af 100644 (file)
@@ -48,8 +48,6 @@
 <& /Admin/Elements/Header, Title => $title  &>
 <& /Elements/Tabs &>
 
-<& /Widgets/SelectionBox:header, nojs => 1 &>
-
 <& /Elements/ListActions, actions => \@actions &>
 
 <form method="post" action="MyRT.html">
@@ -62,7 +60,7 @@
 
 % for my $pane (@panes) {
 <&|/Widgets/TitleBox, title => loc('RT at a glance').': '.loc($pane->{Name}), bodyclass => "" &>
-<& /Widgets/SelectionBox:show, self => $pane, nojs => 1 &></&>
+<& /Widgets/SelectionBox:show, self => $pane &></&>
 <br />
 % }
 
@@ -108,7 +106,7 @@ for my $object (@objs) {
 
 my @panes = $m->comp(
     '/Admin/Elements/ConfigureMyRT',
-    panes  => ['body', 'summary'],
+    panes  => ['body', 'sidebar'],
     Action => "MyRT.html?id=$id",
     items => \@items,
     current_portlets => $portlets,
@@ -119,7 +117,7 @@ my @panes = $m->comp(
     }
 );
 
-$m->comp( '/Widgets/SelectionBox:process', %ARGS, self => $_, nojs => 1 )
+$m->comp( '/Widgets/SelectionBox:process', %ARGS, self => $_ )
     for @panes;
 
 </%init>