-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme: Webmin API ui_form_end
buttons not working
#543
Comments
Hi, Mark. I will run tests a bit later and try fixing it upon next release. |
ui_form_end
buttons not working
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: