X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fselect-table.html;h=3f6c8805d0e1ab6aa122a013579e5b57d2a2bb55;hb=1ee868ab5c32494fffd601ef38457e57efbc1f57;hp=9f26a35916583fa6e540fc917ebcbe7a23dfeb5e;hpb=224e521224cc3dea876a40440993c84626fe5ed7;p=freeside.git diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html index 9f26a3591..3f6c8805d 100644 --- a/httemplate/elements/select-table.html +++ b/httemplate/elements/select-table.html @@ -9,6 +9,7 @@ Example: ## 'table' => 'table_name', 'name_col' => 'name_column', #or method if you pass an order_by + # order_by is currently broken, though #strongly recommended (you want your forms to be "sticky" on errors, right?) 'curr_value' => 'current_value', @@ -70,6 +71,7 @@ Example: NAME = "<% $opt{'element_name'} || $opt{'field'} || $key %>" ID = "<% $opt{'id'} || $key %>" <% $onchange %> + <% $size %> <% $opt{'element_etc'} %> > @@ -88,6 +90,7 @@ Example: