pluginsGLPI / geninventorynumber

Inventorynumber generation
GNU General Public License v3.0
8 stars 14 forks source link

Fix config interface #55

Closed AdrienClairembault closed 2 years ago

AdrienClairembault commented 2 years ago

While doing a functional review on https://github.com/pluginsGLPI/geninventorynumber/pull/49, I've noticed a few issue with the plugin interface.

1) Main config form is messy: comments out of place and labels not aligned

image

Fixed by moving to a simple twig template

image

2) Rename "Global index position Global" to "Global index position".

3) The "Global index position" label seems misleading here:

image

It clearly show the current individual index for each itemtype that do not use the global index (so the opposite of what the label suggest).

Fixed by renaming it to "Index position".