X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3134727003bf1b282dadd0df1fbc75d28636438b..335c0625fa70a04e287d87d78ee0e6399205b55c:/templates/webpages/generic/multibox.html diff --git a/templates/webpages/generic/multibox.html b/templates/webpages/generic/multibox.html index 3c24f0597..46a5dd49e 100644 --- a/templates/webpages/generic/multibox.html +++ b/templates/webpages/generic/multibox.html @@ -29,7 +29,7 @@ [%- Multibox__limit = limit != '' ? limit : vclimit != '' ? vclimit : 200 Multibox__show_text = allow_textbox and DATA.size and Multibox__limit < DATA.size ? 1 : 0 - Multibox__id = id != '' ? id : name + Multibox__id = id != '' && id * 1 != id ? id : name Multibox__default = default != '' ? default : $name Multibox__name = (select_name != '' and ! Multibox__show_text) ? select_name : name -%]