|
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 %] |
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_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 280-285
Link Here
|
| 280 |
</div> |
280 |
</div> |
| 281 |
[% END %] |
281 |
[% END %] |
| 282 |
|
282 |
|
|
|
283 |
[% IF CAN_user_circulate_circulate_remaining_permissions && holds_queue_count %] |
| 284 |
<div class="pending-info" id="holds_queue"> |
| 285 |
Holds queue: |
| 286 |
[% IF local_holds_queue_count %] |
| 287 |
<a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | uri %]&run_report=1"> |
| 288 |
<span class="pending-number-link">[% Branches.GetLoggedInBranchname | html %]: [% local_holds_queue_count | html %]</span> |
| 289 |
</a> |
| 290 |
/ |
| 291 |
[% END %] |
| 292 |
<a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=&run_report=1"> |
| 293 |
<span class="pending-number-link">All libraries: [% holds_queue_count | html %]</span> |
| 294 |
</a> |
| 295 |
</div> |
| 296 |
[% END %] |
| 297 |
|
| 283 |
[% IF new_curbside_pickups.count %] |
298 |
[% IF new_curbside_pickups.count %] |
| 284 |
<div class="pending-info" id="new_curbside_pickups"> |
299 |
<div class="pending-info" id="new_curbside_pickups"> |
| 285 |
<a href="/cgi-bin/koha/circ/curbside_pickups.pl">New curbside pickups</a>: |
300 |
<a href="/cgi-bin/koha/circ/curbside_pickups.pl">New curbside pickups</a>: |