mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-29 01:35:35 -04:00
* fix: move disable button before remove button in user management The order of action buttons when modifying a user was inconsistent. The "disable" button appeared after the "remove" button, which is counterintuitive since disabling a user is a less destructive action than removing one. This commit reorders the buttons in `details.phtml` to reflect the severity of each action, from least to most destructive: update → purge → promote/demote → disable/enable → delete Closes #8877 * Remove blank lines --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>