|
Lines 186-192
Link Here
|
| 186 |
<div class="row"> |
186 |
<div class="row"> |
| 187 |
<div class="col-sm-12"> |
187 |
<div class="col-sm-12"> |
| 188 |
[%# Following statement must be in one line for translatability %] |
188 |
[%# Following statement must be in one line for translatability %] |
| 189 |
[% 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('OpacCatalogConcerns') || Koha.Preference('CatalogConcerns') ) && pending_biblio_tickets && CAN_user_editcatalogue_edit_catalogue ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) || already_ran_jobs || new_curbside_pickups.count || ( holds_with_cancellation_requests && CAN_user_circulate_circulate_remaining_permissions ) || self_registered_count || ( CAN_user_borrowers_edit_borrowers && holds_to_pull ) %] |
189 |
[% 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('OpacCatalogConcerns') || Koha.Preference('CatalogConcerns') ) && pending_biblio_tickets && CAN_user_editcatalogue_edit_catalogue ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) || already_ran_jobs || new_curbside_pickups.count || ( holds_with_cancellation_requests && CAN_user_circulate_circulate_remaining_permissions ) || self_registered_count || ( CAN_user_borrowers_edit_borrowers && holds_to_pull ) || ( CAN_user_circulate_circulate_remaining_permissions && holds_queue_count ) %] |
| 190 |
<div id="area-pending" class="page-section"> |
190 |
<div id="area-pending" class="page-section"> |
| 191 |
[% IF pending_article_requests %] |
191 |
[% IF pending_article_requests %] |
| 192 |
<div class="pending-info" id="article_requests_pending"> |
192 |
<div class="pending-info" id="article_requests_pending"> |
|
Lines 299-304
Link Here
|
| 299 |
</div> |
299 |
</div> |
| 300 |
[% END %] |
300 |
[% END %] |
| 301 |
|
301 |
|
|
|
302 |
[% IF CAN_user_circulate_circulate_remaining_permissions && holds_queue_count %] |
| 303 |
<div class="pending-info" id="holds_queue"> |
| 304 |
Holds queue: |
| 305 |
[% IF local_holds_queue_count %] |
| 306 |
<a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | uri %]&run_report=1"> |
| 307 |
<span class="pending-number-link">[% Branches.GetLoggedInBranchname | html %]: [% local_holds_queue_count | html %]</span> |
| 308 |
</a> |
| 309 |
/ |
| 310 |
[% END %] |
| 311 |
<a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=&run_report=1"> |
| 312 |
<span class="pending-number-link">All libraries: [% holds_queue_count | html %]</span> |
| 313 |
</a> |
| 314 |
</div> |
| 315 |
[% END %] |
| 316 |
|
| 302 |
[% IF new_curbside_pickups.count %] |
317 |
[% IF new_curbside_pickups.count %] |
| 303 |
<div class="pending-info" id="new_curbside_pickups"> |
318 |
<div class="pending-info" id="new_curbside_pickups"> |
| 304 |
<a href="/cgi-bin/koha/circ/curbside_pickups.pl">New curbside pickups</a>: |
319 |
<a href="/cgi-bin/koha/circ/curbside_pickups.pl">New curbside pickups</a>: |