diff options
author | ivan <ivan> | 2008-01-10 21:53:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-10 21:53:56 +0000 |
commit | 689892f05c1a1f5ea6d6728c46e1011e45c5cacb (patch) | |
tree | 7161a1cbf44385d7eb35ab7a61b8716635a8d742 /httemplate/edit/elements | |
parent | f566a9504d4c9f74a59251f10d029e08b0d98c71 (diff) |
new rate editor
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/edit.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 5f1db2912..5e8a34367 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -177,6 +177,10 @@ Example: % if $opt{'debug'}; % % my %include_common = ( +% +% #text and derivitives +% 'size' => $f->{'size'}, +% % #checkbox, title, fixed, fixedhidden % #& deprecated weird value hashref used only by reason.html % 'value' => $f->{'value'}, |