Bug 10935: fix breakage of CSV acq exports when using a non-English translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / header.inc
index d75b36e..b6bc660 100644 (file)
                             [% IF ( CAN_user_acquisition ) %]
                             <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li>
                             [% END %]
-                            [% IF ( CAN_user_editauthorities ) %]
                             <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
-                            [% END %]
                             [% IF ( CAN_user_serials ) %]
                             <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
                             [% END %]
+                            [% IF ( CAN_user_coursereserves ) %]
+                            <li><a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a></li>
+                            [% END %]
                             [% IF ( CAN_user_reports ) %]
                             <li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
                             [% END %]
                             [% IF ( CAN_user_tools ) %]
                             <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
                             [% END %]
-                            [% IF ( UseKohaPlugins && CAN_user_plugins ) %]
-                            <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a></li>
-                            [% END %]
                             [% IF ( CAN_user_parameters ) %]
                             <li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
                             [% END %]
@@ -64,7 +62,7 @@
               <b class="caret"></b>
           </a>
           <ul class="dropdown-menu" role="menu" aria-labelledby="drop3">
-           [% IF ( IndependantBranches ) %]
+           [% IF ( IndependentBranches ) %]
               [% IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) %]
                   <li>
                      <a class="toplinks" href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
                      <a class="toplinks" href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
                   </li>
            [% END %]
-           [% IF ( intranetbookbag ) %]
               <li>
-                  <a class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1" onclick="clearHoldFor(); delBasket('main', true);">Log out</a>
+                  <a id="logout" class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log out</a>
               </li>
-           [% ELSE %]
-              <li>
-                  <a class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1" onclick="clearHoldFor();">Log out</a>
-              </li>
-           [% END %]
            [% ELSE %]
               You are not logged in |
            [% END %]
           </ul>
           <li>
-         <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper" onclick="var link=window.open('','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); link.location='/cgi-bin/koha/help.pl'; return false;">Help</a>
+         <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper">Help</a>
           </li>
         </li>
       </ul>