+ [% IF adminWarning %] +
+

Warning: You're logged in with the database administrator account. This is a bad idea, and you are likely to encounter problems.

+

You should create a patron to use when administering Koha and give it superlibrarian permissions.

+
+ [% END %]
+
@@ -78,11 +88,6 @@ [% END %] - [% IF ( CAN_user_parameters ) %] -
  • - Koha administration -
  • - [% END %] [% IF ( CAN_user_tools ) %]
  • @@ -90,6 +95,11 @@
  • [% END %] + [% IF ( CAN_user_parameters ) %] +
  • + Koha administration +
  • + [% END %]
  • About Koha
  • @@ -100,12 +110,13 @@
    [% IF ( ( CAN_user_tools_moderate_comments && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) + || ( CAN_user_borrowers && pending_borrower_modifications ) || ( CAN_user_acquisition && pendingsuggestions ) ) %]
    [% IF ( CAN_user_acquisition && pendingsuggestions ) %] [% END %] @@ -123,9 +134,18 @@ [% pendingtags %]
    [% END %] + + + [% IF ( CAN_user_borrowers && pending_borrower_modifications ) %] +
    + Patrons requesting modifications: + [% pending_borrower_modifications %] +
    + [% END %] +
    - [% END %] + [% END %]
    [% IF ( IntranetmainUserblock ) %]