Koha/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc
Pedro Amorim 33084fb40c
Bug 22440: New ILL requests table
Use kohaTable requesting the REST api instead of the old KohaTable

Co-authored-by: Tomás Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-05 09:13:41 -03:00

7 lines
252 B
PHP

<!-- ill-list-table-strings.inc -->
<script>
var ill_manage = _("Manage request");
var ill_manage_select_backend_first = _("Select a backend first");
var ill_all_statuses = _("All statuses");
</script>
<!-- / ill-list-table-strings.inc -->