Bug 21574: Local use system preferences page doesn't have the system preferences...
authorLisette Scheer <lisetteslatah@gmail.com>
Tue, 19 Nov 2019 16:58:45 +0000 (16:58 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 26 Nov 2019 11:43:57 +0000 (11:43 +0000)
The "local use" tab in system preferences is showing the admin menu instead of the
system preferences menu tabs. This patch fixes the menu display.

To test:
1) Go to the system preferences in administration.
2) Click the 'Local use' tab.
3) Observe the inncorrect menu.
4) Apply the patch.
5) Repeat steps 1-2
6) Observe the correct menu.

Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt

index 0fe03e8..019d945 100644 (file)
 
         <div class="col-sm-2 col-sm-pull-10">
             <aside>
-                [% INCLUDE 'admin-menu.inc' %]
+                [% INCLUDE 'prefs-menu.inc' %]
             </aside>
         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
      </div> <!-- /.row -->