Hi,Thanks for this, but this is far better suited for GitHub: https://github.com/opnsense/core/issuesFrom experience we did this in another fork a few years back, but it requires touching every static .php page that there is, something we'd rather not do anymore. The MVC dialogs and forms can do this already and we'd rather migrate the static .php pages to MVC than improve them one by one over and over again.In MVC terms it means we only have to add something once, not currently 150 times each, because that is how many static pages we still have.Cheers,Franco