Module: check_mk
Branch: master
Commit: 1ddf614ea7f61259978ce8fedfb3783865722a36
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1ddf614ea7f612…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Dec 2 08:49:54 2015 +0100
Added cleanup note to htmllib
---
web/htdocs/htmllib.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/htmllib.py b/web/htdocs/htmllib.py
index 9be6bfd..fb22758 100644
--- a/web/htdocs/htmllib.py
+++ b/web/htdocs/htmllib.py
@@ -1305,6 +1305,7 @@ class html:
if self.mobile:
self.write('<center>')
self.write("<div class=really>%s" %
self.permissive_attrencode(msg))
+ # FIXME: When this confirms another form, use the form name from self.vars()
self.begin_form("confirm", method=method, action=action,
add_transid=add_transid)
self.hidden_fields(add_action_vars = True)
self.button("_do_confirm", _("Yes!"),
"really")