diff options
author | Mark Wells <mark@freeside.biz> | 2016-04-28 20:19:49 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-04-28 20:19:49 -0700 |
commit | 2eb1e959493a77e061243df03a474edf4eb24db9 (patch) | |
tree | 256221e4f69f07c85189ac52f5401db94a6e50ad /httemplate/elements/select.html | |
parent | ea734eb2f16a632a9c79bf17b6954f8571d85f3f (diff) |
more convenient selection of domain in svc_acct definition, #40962
Diffstat (limited to 'httemplate/elements/select.html')
-rw-r--r-- | httemplate/elements/select.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/select.html b/httemplate/elements/select.html index 42cd89504..3a0dc5b68 100644 --- a/httemplate/elements/select.html +++ b/httemplate/elements/select.html @@ -21,6 +21,7 @@ disabled => 0, onchange => 'do_something()', js_only => 0, # disables the whole thing + element_etc => '', # anything else to put in the <select> tag &> </%doc> @@ -35,6 +36,7 @@ <% $style %> <% $opt{disabled} %> <% $onchange %> + <% $opt{'element_etc'} %> > % if ( $opt{options} ) { |