]> git.koha-community.org Git - koha.git/commit
Bug 37309: Improve Delete and Modify items links on the biblio detail page
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 11 Jul 2024 07:50:43 +0000 (09:50 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 26 Aug 2024 15:39:42 +0000 (17:39 +0200)
commita5627985790759a6f19241506586ed8b8728ae95
treeeab908d4aa7703fc0335b02b32d67fbf593f0d0d
parent2e0582ea3111120b9e0ddfb6b64b819293e547b7
Bug 37309: Improve Delete and Modify items links on the biblio detail page

The way the "Delete selected items" and "Modify selected items" links
are build on the bibliographic detail page is not nice. We could do
better, for instance using a proper form element instead of building an
URL.

Test plan:
Go to the detail page of a bibliographic record which has several items.
In the items table check some checkboxes and play with "select all",
"clear all" and the action buttons.
Notice that everything works as before.

Minor UI regression that must be fixed: there are CSS rules that cause
problem. When the action links are displayed or hidden the table is
moving up and down.
I think the problematic rules are:
  .btn {
    padding: 6px 12px;
    font-size: 12px;
  }
It makes the UI better if I remove them but still get the bumping
issue.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc