summaryrefslogtreecommitdiffstats
path: root/lib/python/web_support.py
diff options
context:
space:
mode:
authorUlrike Uhlig <u@451f.org>2014-09-22 22:27:02 +0000
committerUlrike Uhlig <u@451f.org>2014-09-22 22:27:02 +0000
commitf706d78ff7d44142c4f867c9f6fee7abe1d911b9 (patch)
tree7ada51b28e69086be05277e28cd1b9475dbb2531 /lib/python/web_support.py
parent5e07547ffd25c85f5d4dd5dce49db0c63a64bc71 (diff)
use labels instead of spans in filter checkbox area
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28965 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib/python/web_support.py')
-rw-r--r--lib/python/web_support.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/web_support.py b/lib/python/web_support.py
index 82bb4c56ee..3306883841 100644
--- a/lib/python/web_support.py
+++ b/lib/python/web_support.py
@@ -419,6 +419,8 @@ def TD(*contents):
return tag('td', contents)
def FORM(*__contents, **__attribs):
return Tag('form', __contents, __attribs)
+def LABEL(*__contents, **__attribs):
+ return Tag('label', __contents, __attribs)
def INPUT(*__contents, **__attribs):
return Tag('input', __contents, __attribs)
def UL(contents):

© 2014-2024 Faster IT GmbH | imprint | privacy policy