]> wagnertech.de Git - kivitendo-erp.git/blob - templates/webpages/ct/ajax_autocomplete.html
Leeres Feld mit anzeigen heißt with_empty bei select_tag im L-Plugin.
[kivitendo-erp.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 %]