From ab8b4d5c3669543a6166390d433569656692f9b8 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 24 Oct 2015 21:44:25 +0200 Subject: another try to avoid dubble photo deletion. allow to set a photo caption and simple status body (if create status post is enabled) on upload --- view/tpl/photos_upload.tpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'view/tpl/photos_upload.tpl') diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index bf02c614d..11a08204d 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -21,7 +21,11 @@
+ {{include file="field_input.tpl" field=$caption}} {{include file="field_checkbox.tpl" field=$visible}} +
+ {{include file="field_textarea.tpl" field=$body}} +
{{if $lockstate}} @@ -37,8 +41,11 @@
{{if $uploader}} - + {{include file="field_input.tpl" field=$caption}} {{include file="field_checkbox.tpl" field=$visible}} +
+ {{include file="field_textarea.tpl" field=$body}} +
{{if $lockstate}}