kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
62 stars 63 forks source link

Counting drop-down in pagination is a layout alien #4435

Open matthias-ronge opened 3 years ago

matthias-ronge commented 3 years ago

All the drop-down controls in Production look like this:

Standard drop-down

Only the selection for "counting" looks totally different:

Counting drop-down

Goal: "Counting" should have the same visual appearance as all other drop-down controls

solth commented 3 years ago

The dropdown menu should contain the old pictures representing each individual counting style. I think that's the reason for the differend layout. Somehow those images seem to be missing from your system.

Bildschirmfoto 2021-06-07 um 12 42 42
henning-gerhardt commented 3 years ago

I can confirm this missing pictures. Tried it with Firefox and Chromium and with direct access (Tomcat) and with a application proxy (Apache + Tomcat) and in any combination the images was missing. Should I open a new issue for this missing images?

solth commented 3 years ago

Tbh. I don't think they are missing: https://github.com/kitodo/kitodo-production/blob/master/Kitodo/src/main/webapp/pages/images/buttons/paginierung_blatt.svg https://github.com/kitodo/kitodo-production/blob/master/Kitodo/src/main/webapp/pages/images/buttons/paginierung_seite.svg etc. They are all in the source of the master branch.

Maybe it has something to do with the static path used to load those images: https://github.com/kitodo/kitodo-production/blob/67d586124689d678afb8b00f25fcb00f8c2c7705/Kitodo/src/main/webapp/WEB-INF/templates/includes/metadataEditor/dialogs/pagination.xhtml#L97 This doesn't seem to take into account any potential path customization in Kitodo.