]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/ct/ajax_autocomplete.html
typo: pack "c" ist für signed byte, pack "C" für unsigned byte
[mfinanz.git] / templates / webpages / ct / ajax_autocomplete.html
1 [%- USE HTML %]
2 [%- FOREACH vc = CT %]
3 [%- IF loop.count < limit %]
4 [% vc.$column %]
5 [%- END %]
6 [%- END %]