]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/multibox.html
besseres id inferring in multibox
[mfinanz.git] / templates / webpages / generic / multibox.html
index 3c24f05975079694ca1fdcfb60c41ae793912769..46a5dd49ec5a394be9eff77e6214461a196c6509 100644 (file)
@@ -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
 -%]