https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #144 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Owen Leonard from comment #62)
- Nowhere else in Koha do we use a modal to display an add form. We either display a form on a separate page or we use JS to show/hide the edit form on the page to mimic the display of a separate page. See admin/items_search_fields.pl for example.
- Nowhere else in Koha do we add an icon to the "actions" menu.
- Nowhere else in Koha do we use a modal to display a delete confirmation message. I think I could be convinced that we should, but I'd like to hear the argument. If we do, we should use the space given to display more information about the deletion than this implementation does, e.g. what exactly am I deleting?
This is still valid. -- You are receiving this mail because: You are watching all bug changes.