Add html() template function

hinted-selects
Vitaliy Filippov 2014-10-31 19:59:36 +03:00
parent a628710226
commit 753f348c37
1 changed files with 3 additions and 0 deletions

View File

@ -948,6 +948,9 @@ sub create
lc_messages => Bugzilla->messages,
Bugzilla => Bugzilla::Template::Plugin::Bugzilla->new,
# html_quote in the form of a function
html => \&html_quote,
# HTML <select>
# html_select(name, <selected value>, <values>, [<value names>], [<attr_hash>])
# <values> may be one of: