]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Prefs/MyRT.html
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / Prefs / MyRT.html
index 61a7e6c5189e7f75603688e140f64ee4c7c6d22f..368e11dc267aefc46bbb46b0f56b2f526dc6f14e 100644 (file)
@@ -50,9 +50,6 @@
 &>
 <& /Elements/ListActions, actions => \@results &>
 
-<& /Widgets/SelectionBox:header, nojs => 1 &>
-
-
 <br />
 
 % for my $pane ( @panes ) {
@@ -60,7 +57,7 @@
     title => loc('RT at a glance') .': '. loc( $pane->{Name} ),
     bodyclass => ""
 &>
-<& /Widgets/SelectionBox:show, self => $pane, nojs => 1 &>
+<& /Widgets/SelectionBox:show, self => $pane &>
 </&>
 % }
 
@@ -149,7 +146,7 @@ for my $object (@objs) {
 
 my @panes = $m->comp(
     '/Admin/Elements/ConfigureMyRT',
-    panes  => ['body', 'summary'],
+    panes  => ['body', 'sidebar'],
     Action => 'MyRT.html',
     items => \@items,
     current_portlets => $portlets,
@@ -161,7 +158,7 @@ my @panes = $m->comp(
     }
 );
 
-$m->comp( '/Widgets/SelectionBox:process', %ARGS, self => $_, nojs => 1 )
+$m->comp( '/Widgets/SelectionBox:process', %ARGS, self => $_ )
     for @panes;
 
 </%INIT>