From 770d8237cda1b6459962d31f6ae86997ad5843be Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 30 Apr 2016 18:07:50 -0700 Subject: allow sending email to specific contact classes, #33316 --- httemplate/elements/checkboxes.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/elements/checkboxes.html') diff --git a/httemplate/elements/checkboxes.html b/httemplate/elements/checkboxes.html index ad9d691b9..b07b6545f 100644 --- a/httemplate/elements/checkboxes.html +++ b/httemplate/elements/checkboxes.html @@ -27,7 +27,7 @@ Example: - +
> % unless ( $opt{'disable_links'} ) { @@ -108,4 +108,8 @@ $opt{'error_checked_callback'} ||= sub { $cgi->param($opt{'element_name_prefix'}. $name ); }; +my $style = ''; +if ($opt{'style'}) { + $style = 'STYLE="' . $opt{'style'} . '"'; +} -- cgit v1.2.1