Koha/koha-tmpl/intranet-tmpl/prog/en/includes
Owen Leonard fac6523b3c
Bug 34404: Fix inconsistencies in Budgets and funds page titles, breadcrumbs, and headers
This patch fixes some inconsistencies in the budget and fund
administration templates, making sure the page title, breadcrumb
navigation, and page headers are consistent with each other.

Other changes: Bootstrap tooltips have been enabled in a few places
where the markup showed intent for the tooltips to be active but where
the JS was not being initiated.

Some translation imrovements have been added where budget planning
strings could be improved with context:

 '<span>by months</span>' ->
 '[% tp("Budget planning", "by months") | html %]'

To test, apply the patch and go to Administration -> Budgets. Test each
of these cases:

- Budgets list
  - New budget
  - Edit budget
  - Duplicate budget
  - Close budget
    - Close a budget with and without unreceived orders.
  - Delete budget
    - Test the delete button on a budget which has funds attached to
      confirm that the menu item is disabled and a tooltip shows with an
      explanation.
    - Delete a budget which has no funds attached.
  - Add fund
    - Test the add fund button on a budget which is locked. The menu
      item should be disabled and it should show a tooltip, "Budget is
      locked."
    - Test the add fund page for a budget which is not locked.
  - Click the name of a budget with funds attached to see the funds view
    - In this view, if the budget is locked, the "New" toolbar menu
      should have a disabled "New fund" item with a Bootstrap tooltip.
  - While viewing the funds on a budget, test the "Planning" button to
    confirm that the view of each planning type.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-11-08 09:58:57 -03:00
..
background_jobs Bug 34587: (QA follow-up) Tidy 2023-10-31 16:46:32 -03:00
catalogue Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
csv_headers Bug 34043: Remove incorrect spaces 2023-09-04 09:30:18 -03:00
mana Bug 33923: Improve translation of title tags: Reports 2023-09-01 11:23:19 -03:00
modals Bug 29002: Add an edit modal 2023-11-03 12:04:19 -03:00
str Bug 34587: SUSHI COUNTER Harvester 2023-10-31 16:45:58 -03:00
virtualshelves/merge Bug 32097: Consistent classes for primary buttons: Lists 2022-11-10 10:27:17 -03:00
about-team.inc
accounts.inc Bug 26403: (QA follow-up) Add missing debit and credit types to includes 2023-05-10 15:26:15 -03:00
acquisitions-add-to-basket.inc Bug 34002: Check for stage_marc_import permssion 2023-07-06 12:24:16 -03:00
acquisitions-menu.inc Bug 33662: Add link to acq advanced search to acq navigation 2023-10-25 12:09:55 -03:00
acquisitions-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
acquisitions-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
additional-fields-display.inc
additional-fields-entry.inc Bug 11844: (follow-up) Fix terminology: biblio should be bibliographic record 2023-05-16 12:58:38 +02:00
admin-icon-selection.inc Bug 33158: (follow-up) Fix for QA test failure 2023-05-16 15:17:31 -03:00
admin-items-search-field-form.inc Bug 32213: Reindent item search fields templates 2022-11-29 09:05:15 -03:00
admin-menu.inc Bug 30719: (QA follow-up) Squash: 2023-10-17 14:45:18 -03:00
adv-search.inc Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface 2023-09-01 11:43:47 -03:00
auth-finder-search.inc Bug 31132: (follow-up) Reset dropdown values and style button 2023-06-23 11:00:59 -03:00
auth-two-factor.inc Bug 34028: Fix manual entry for two factor authentication 2023-06-21 13:20:31 -03:00
authorities-search-results.inc Bug 27943: (QA follow-up) Alternate display in result lists 2023-10-30 09:02:21 -03:00
authorities-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
authorities-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
authorities.inc
authorities_js.inc Bug 34343: Update style of fixed footer navbar in Z39.50 searches 2023-08-15 15:14:07 +03:00
authority-detail-modal.inc
av-build-dropbox.inc
biblio-title-head.inc
biblio-title.inc Bug 33946: (QA follow-up) Add spans and classes for styling and translatability 2023-07-14 08:59:30 -03:00
biblio-view-menu.inc Bug 29002: (follow-up) Add bookings count to side menu 2023-11-03 12:04:14 -03:00
blocked-fines.inc Bug 30487: Convert checkout and patron details page tabs to Bootstrap 2022-10-17 08:06:34 -03:00
blocking_errors.inc Bug 34598: Improve handling of not found ILL request 2023-08-30 09:02:39 -03:00
branch-selector.inc Bug 32910: (follow-up) Replace v4 icon names with v6 2023-06-12 11:52:10 -03:00
budget_planning.inc Bug 34404: Fix inconsistencies in Budgets and funds page titles, breadcrumbs, and headers 2023-11-08 09:58:57 -03:00
budgets-active-currency.inc
budgets-admin-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
budgets-admin-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
calendar.inc Bug 35014: Only set time for enable-time flatpickr 2023-10-10 09:58:55 -03:00
cat-menu.inc Bug 31028: Add ability to report concerns from the staff interface 2023-03-06 11:23:17 -03:00
cat-search.inc Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface 2023-09-01 11:43:47 -03:00
cat-toolbar.inc Bug 29002: Add 'manage_bookings' permission 2023-11-03 12:04:29 -03:00
catalog-strings.inc
cataloging-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
catalogue-search-box.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
cateditor-ui.inc Bug 34275: Add toggle switch for basic/advanced cataloging editors 2023-11-06 14:57:20 -03:00
cateditor-widgets-marc21.inc Bug 32321: Pre-populate material type for 006 in advanced cataloging editor 2023-01-27 15:14:47 -03:00
category-out-of-age-limit.inc
chart.inc Bug 32910: (follow-up) Replace v4 icon names with v6 2023-06-12 11:52:10 -03:00
checkin-search-box.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
checkin-search.inc Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface 2023-09-01 11:43:47 -03:00
checkouts-table-footer.inc Bug 30718: Fix time display 2022-08-19 08:26:38 -03:00
checkouts-table.inc Bug 33528: Use template wrapper for tabs: Patron details page 2023-06-14 09:22:02 -03:00
circ-menu.inc Bug 31357: Separate holds history from intranetreadinghistory 2023-10-20 16:31:16 -03:00
circ-nav.inc Bug 30624: Add loggedinlibrary permission and DB update 2023-03-13 15:22:59 -03:00
circ-search.inc Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface 2023-09-01 11:43:47 -03:00
cities-admin-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
clubs-table.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
columns_settings.inc Bug 32910: (follow-up) Replace v4 icon names with v6 2023-06-12 11:52:10 -03:00
contracts-admin-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
country-list.inc Bug 35091: Improve translation of usage statistics country list 2023-11-01 17:23:23 -03:00
csrf-token.inc Bug 30524: (QA follow-up) Only generate CSRF token if it will be used 2023-08-07 21:00:06 -03:00
currencies-admin-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
datatables.inc Bug 8179: (follow-up) Fix currency change and remove datatables select 2023-05-15 08:53:52 -03:00
date-format.inc
delimiter_text.inc
desks-admin-search.inc Bug 35205: Fix duplicate id attribute in desks search form 2023-11-06 08:42:47 -03:00
doc-head-close-receipt.inc
doc-head-close.inc Bug 34270: Upgrade and prune jQueryUI assets in the staff interface 2023-10-09 11:41:18 -03:00
doc-head-open.inc Bug 30543: Decouple DumpSearchQueryTemplate from other tempalte dump preferences 2022-08-09 08:44:14 -03:00
empty_line.inc
erm-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
facets.inc Bug 34940: Highlight logged-in library in facets 2023-10-25 11:11:15 -03:00
filter-orders.inc Bug 14092: Add 'any status' option to acq order search form 2023-10-20 16:31:15 -03:00
form-blocks.inc
format_price.inc Bug 33028: (follow-up) Add unformat_price js function 2023-07-19 12:06:42 -03:00
greybox.inc
guided-reports-view.inc
header.inc Bug 30708: Koha controller script and template changes 2023-10-18 15:41:42 -03:00
holds_table.inc Bug 33575: (QA follow-up) Fix date sorting on Date column 2023-11-01 17:23:22 -03:00
home-search.inc Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface 2023-09-01 11:43:47 -03:00
html-customization-help.inc Bug 34964: (follow-up) Add descriptions of new staff html customization regions 2023-10-25 11:07:53 -03:00
html_helpers.inc Bug 33528: Use template wrapper for tabs: Patron details page 2023-06-14 09:22:02 -03:00
i18n.inc
ill-availability-table.inc
ill-batch-modal-strings.inc Bug 30719: (QA follow-up) Squash: 2023-10-17 14:45:18 -03:00
ill-batch-modal.inc Bug 30719: (QA follow-up) Fix template validation test 2023-10-18 11:10:09 -03:00
ill-batch-table-strings.inc Bug 30719: ILL Batches 2023-10-17 14:45:15 -03:00
ill-batch.inc Bug 30719: (QA follow-up) Squash: 2023-10-17 14:45:18 -03:00
ill-list-table-strings.inc Bug 30719: ILL Batches 2023-10-17 14:45:15 -03:00
ill-list-table.inc Bug 30719: ILL Batches 2023-10-17 14:45:15 -03:00
ill-toolbar.inc Bug 30719: (QA follow-up) Squash: 2023-10-17 14:45:18 -03:00
installer-doc-head-close.inc Bug 33998: Installer and onboarding have incorrect Font Awesome asset links 2023-06-14 09:22:01 -03:00
installer-intranet-bottom.inc Bug 34270: Upgrade and prune jQueryUI assets in the staff interface 2023-10-09 11:41:18 -03:00
installer-strings.inc
intranet-bottom.inc Bug 27378: Introduce cookie consent to OPAC and staff client 2023-09-12 09:45:07 -03:00
intranetstylesheet.inc
job_progress.inc Bug 34364: Fix progress bar progress update 2023-08-18 10:29:26 +03:00
js-biblio-format.inc Bug 34038: Fix incorrect use of __() in .tt and .inc files 2023-09-08 11:54:49 -03:00
js-date-format.inc Bug 33804: (follow-up) Convert to JSDoc formatted documentation 2023-07-14 08:59:41 -03:00
js-patron-format-address.inc Bug 26967: Correctly format patron address in autocomplete 2023-04-21 10:36:26 -03:00
js-patron-format.inc Bug 33504: Update patron_to_html to deal with null 2023-05-05 09:13:20 -03:00
js-patron-get-age.inc
js_includes.inc Bug 34270: Upgrade and prune jQueryUI assets in the staff interface 2023-10-09 11:41:18 -03:00
keyboard_shortcuts.inc
labels-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
langmenu-staff-top.inc
last-borrower.inc Bug 35037: Revise the appearance of the last patron button 2023-10-17 14:45:30 -03:00
letters-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
member-alt-address-style.inc
member-alt-contact-style.inc
member-display-address-style.inc
member-display-alt-address-style.inc
member-main-address-style.inc
member-search-box.inc Bug 35127: Fix 'Search type' for patron search 2023-10-25 10:35:26 -03:00
members-toolbar.inc Bug 26170: Add protected status for patrons 2023-11-01 17:23:06 -03:00
merge-record.inc Bug 33181: Use template wrapper for tabs on record merge pages 2023-04-14 15:39:40 -03:00
messaging-preference-form.inc Bug 32492: (follow-up) Add missing HTML filters 2023-03-06 14:45:23 -03:00
modal-claims.inc Bug 33613: Use prop() to evaluate checkbox 2023-05-09 10:58:05 -03:00
noadd-warnings.inc
onboarding_messages.inc
page-numbers.inc
password_check.inc
patron-age.inc
patron-article-requests.inc Bug 33528: Use template wrapper for tabs: Patron details page 2023-06-14 09:22:02 -03:00
patron-detail-tabs.inc Bug 32730: Add Patron Lists tab to patron details and circulation pages 2023-11-01 17:23:09 -03:00
patron-restrictions-tab.inc Bug 26053: Distinguish expired patron restrictions 2023-10-10 09:58:55 -03:00
patron-return-claims.inc Bug 25023: Claims returned dates not formatted according to dateformat preference 2023-08-29 14:37:17 -03:00
patron-search-box.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
patron-search-header.inc Bug 34135: Show the icons for selected tab to the left of the search bar in the staff interface 2023-09-01 11:43:47 -03:00
patron-search.inc Bug 35127: Fix 'Search type' for patron search 2023-10-25 10:35:26 -03:00
patron-title.inc Bug 33266: Fix missing space in patron title 2023-03-20 09:39:52 -03:00
patron-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
patron_messages.inc Bug 35188: Show checkout override for all noisseus statuses 2023-11-06 11:34:44 -03:00
patroncards-errors.inc
patroncards-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
patronfields.inc Bug 33428: Parse search fields in buildPatronSearchQuery 2023-09-25 10:53:46 -03:00
patrons-admin-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
permissions.inc Bug 29002: Add 'manage_bookings' permission 2023-11-03 12:04:29 -03:00
popup-bottom.inc
pos-menu.inc
prefs-admin-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
prefs-menu.inc Bug 30708: Koha controller script and template changes 2023-10-18 15:41:42 -03:00
preservation-menu.inc Bug 30708: Koha controller script and template changes 2023-10-18 15:41:42 -03:00
preservation-search.inc Bug 30708: Koha controller script and template changes 2023-10-18 15:41:42 -03:00
preservation-toolbar.inc Bug 30708: Koha controller script and template changes 2023-10-18 15:41:42 -03:00
recalls.inc Bug 34010: Template corrections to recall pages 2023-06-23 09:46:41 -03:00
relatives-issues-table.inc Bug 33528: Use template wrapper for tabs: Patron details page 2023-06-14 09:22:02 -03:00
renew-search-box.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
renew_results.inc
renew_strings.inc Bug 31735: Avoid re-fetcing objects from database by passing them directly instead of ids to various subroutines 2023-05-12 12:40:21 -03:00
reports-menu.inc Bug 31401: (QA follow-up) Remove Koha.ArePluginsEnabled, it is no longer needed 2022-09-07 13:55:37 -07:00
reports-toolbar.inc Bug 34456: (QA follow-up) Change download link language 2023-11-01 17:23:18 -03:00
resort_form.inc
restriction-types.inc Bug 33551: (QA follow-up) Fix TT filters 2023-05-05 10:18:41 -03:00
rotating-collections-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
search_indexes.inc Bug 34493: Fix indenting in search_indexes.inc 2023-08-15 12:16:52 +03:00
select2.inc
serial-status.inc Bug 32752: Add new status Circulating, Out for binding, and Bound to includes 2023-05-15 18:24:08 -03:00
serials-advsearch.inc Bug 32771: Standardize structure around action fieldsets in serials 2023-03-31 12:30:37 +02:00
serials-menu.inc
serials-search.inc Bug 34624: (follow-up) Add "for" attribute to serials-search.inc label 2023-09-12 09:45:03 -03:00
serials-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
shortcut.inc Bug 35037: Revise the appearance of the last patron button 2023-10-17 14:45:30 -03:00
slip-print.inc
stockrotation-toolbar.inc Bug 34112: Replace fa.fa-pencil-alt with fa-solid.fa-pencil in edit buttons 2023-07-11 08:52:31 -03:00
sub-header.inc Bug 30952: Staff interface redesign (header) 2022-10-12 15:58:16 -03:00
subscriptions-search.inc Bug 32771: Standardize structure around action fieldsets in serials 2023-03-31 12:30:37 +02:00
subtype_limits.inc
subtypes_unimarc.inc Bug 32910: (follow-up) Replace v4 icon names with v6 2023-06-12 11:52:10 -03:00
suggestions-add-search.inc Bug 34624: (follow-up) fix broken <span> 2023-09-12 09:45:02 -03:00
tools-item-action.inc Bug 28290: Don't send subfields to 'as_string' if none to send 2022-09-07 13:50:21 -07:00
tools-menu.inc Bug 31417: Update and reference cat-menu.inc 2022-10-18 10:28:34 -03:00
tools-nomatch-action.inc
tools-overlay-action.inc
transaction_types.inc
transfer_reasons.inc
validator-strings.inc Bug 34169: Use jQuery validator plugin to validate amounts 2023-07-24 14:55:34 -03:00
vendor-menu.inc Bug 33105: Add vendor issues 2023-07-20 10:59:22 -03:00
virtualshelves-toolbar.inc Bug 34650: Convert list toolbar delete into form POST 2023-09-01 11:07:37 -03:00
waiting_holds.inc Bug 32910: (follow-up) Replace v4 icon names with v6 2023-06-12 11:52:10 -03:00
wrapper-staff-tool-plugin.inc Bug 34307: (follow-up) Use template wrapper for title tag 2023-08-30 09:02:48 -03:00
wysiwyg-systempreferences.inc
xslt-handler.inc
z3950-admin-search.inc Bug 34624: Add "for" attribute to label in header search forms which lack it 2023-09-12 09:45:01 -03:00
z3950_search.inc