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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-3 / +2 lines)
Lines 165-171 Link Here
165
                <div class="row">
165
                <div class="row">
166
                    <div class="col-sm-12">
166
                    <div class="col-sm-12">
167
                        [%# Following statement must be in one line for translatability %]
167
                        [%# Following statement must be in one line for translatability %]
168
                        [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) || ( CAN_user_suggestions_suggestions_manage && pendingsuggestions ) || ( CAN_user_borrowers_edit_borrowers && pending_discharge_requests ) || pending_article_requests || ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) || already_ran_jobs %]
168
                        [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) || ( CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions )) || ( CAN_user_borrowers_edit_borrowers && pending_discharge_requests ) || pending_article_requests || ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) || already_ran_jobs %]
169
                            <div id="area-pending">
169
                            <div id="area-pending">
170
                                [% IF pending_article_requests %]
170
                                [% IF pending_article_requests %]
171
                                <div class="pending-info" id="article_requests_pending">
171
                                <div class="pending-info" id="article_requests_pending">
Lines 175-181 Link Here
175
                                </div>
175
                                </div>
176
                                [% END %]
176
                                [% END %]
177
177
178
                                [% IF ( CAN_user_suggestions_suggestions_manage && pendingsuggestions ) %]
178
                                [% IF CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions ) %]
179
                                <div class="pending-info" id="suggestions_pending">
179
                                <div class="pending-info" id="suggestions_pending">
180
180
181
                                    Suggestions pending approval:
181
                                    Suggestions pending approval:
182
- 

Return to bug 29571