summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-02 23:32:20 -0800
committerIvan Kohler <ivan@freeside.biz>2013-03-02 23:32:20 -0800
commit854299338fd5d9f231f47202ef1b37c46f1d1d6c (patch)
tree5d590debae14566467e5cb29e1a2de3d2b821fa9
parentadc44171b41057d48d88f5b1a7a341841a723650 (diff)
doc
-rw-r--r--httemplate/elements/select-table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html
index c0cd7a50b..42e91f00c 100644
--- a/httemplate/elements/select-table.html
+++ b/httemplate/elements/select-table.html
@@ -8,7 +8,7 @@ Example:
# required
##
'table' => 'table_name',
- 'name_col' => 'name_column',
+ 'name_col' => 'name_column', #or method if you pass an order_by
#strongly recommended (you want your forms to be "sticky" on errors, right?)
'curr_value' => 'current_value',