diff options
author | ivan <ivan> | 2008-08-15 00:41:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-15 00:41:51 +0000 |
commit | edd4a21c9642ee0fd3297459a381b116b62aa322 (patch) | |
tree | fb8b2e6aa346f4fc93a63d000ebd3653ea55f9ba | |
parent | a9d755c3cee7542d3ca552174af0b7b71693ae58 (diff) |
can have a message then a URL too
-rw-r--r-- | httemplate/elements/form-file_upload.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/form-file_upload.html b/httemplate/elements/form-file_upload.html index f398ba42d..234438c57 100644 --- a/httemplate/elements/form-file_upload.html +++ b/httemplate/elements/form-file_upload.html @@ -10,7 +10,7 @@ Example: 'num_files' => 1, #or more 'url' => $url - #OR + #AND/OR 'message' => 'Message', #optional |