Closed KramNotlimah closed 8 years ago
Hi, Mark.
I will run tests a bit later and try fixing it upon next release.
Thanks. That sounds great.
Mark
Mark, where could I test it in VM or WM?
Ahh, ok, got it! It will be fixed in 18.20.
Version 18.20 is out, please upgrade.
Thanks! I will get the update.
Mark
I am writing a module for Virtualmin and I ran across an issue with the
ui_form_end
subroutine in the Webmin core API. If you open a popup window and use thepopup_header
instead of theui_print_header
the buttons all come out with avalue="OK"
. In the original Virtualmin theme with the same code they came out with the correct values. When using theui_print_header
in the main windows theui_form_end
produces buttons fine in the original Virtualmin theme and in the Authentic Theme. It seems it is only an issue when using thepopup_header
with Authentic. I worked around the issue by just creating my own buttons but it would be nice to be able to use the API as advertised.Mark