=== Relatório técnico ===
=== /Relatório técnico ===
- Tipo de problema: Geral
- URL do fórum: https://mundophpbb.com.br/area51
Code: Select all
I honestly never been a big fan of the default radio buttons.
So I have been playing with the idea of replacing them with a toggle button.
The initial idea was to make them work like my ajax ACP toggle buttons in some of my extensions, but I settled with a little cheat JS that replaces the radio buttons with a toggle button.
JS because I didnt want to edit core template files.
I think this is a major improvement in the UCP UI
In the core files its just a few template edits and some CSS