diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-26 19:44:59 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-26 19:44:59 -0800 |
commit | 4c63cfe989e2d56cd90dba150cd302b8f4a66c0d (patch) | |
tree | 79b026662c82fecd90f6d4dd22a74d8a3d06326c /httemplate/edit | |
parent | 76a7bc00ed44a8123a5ceb0b57f7b9ad05ae82c4 (diff) |
fix installer time period selection on v3, RT#16584
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/elements/edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index b1641138b..c80cdae19 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -286,6 +286,7 @@ Example: % #text and derivitives % 'size' => $f->{'size'}, % 'maxlength' => $f->{'maxlength'}, +% 'prefix' => $f->{'prefix'}, % 'postfix' => $f->{'postfix'}, % % #textarea |