View | Details | Raw Unified | Return to bug 35444
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (-2 / +1 lines)
Lines 93-99 Link Here
93
                    <span id="logged-in-info-full">
93
                    <span id="logged-in-info-full">
94
                        [% SET is_superlibrarian = CAN_user_superlibrarian ? 'is_superlibrarian' : '' %]
94
                        [% SET is_superlibrarian = CAN_user_superlibrarian ? 'is_superlibrarian' : '' %]
95
                        <span class="loggedinusername [% is_superlibrarian | html %]">[% logged_in_user.userid | html %]</span>
95
                        <span class="loggedinusername [% is_superlibrarian | html %]">[% logged_in_user.userid | html %]</span>
96
96
                        <span class="loggedincategorycode content_hidden">[% logged_in_user.categorycode | html %]</span>
97
                        [% IF ( AutoLocation ) %]
97
                        [% IF ( AutoLocation ) %]
98
                            <brand>
98
                            <brand>
99
                                [% Branches.GetLoggedInBranchname | html %]
99
                                [% Branches.GetLoggedInBranchname | html %]
100
- 

Return to bug 35444