aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-26 14:41:43 -0800
committerfriendica <info@friendica.com>2014-01-26 14:41:43 -0800
commitd67fdd129921549b6a1e7cb5e5ebea7bdc38bf0e (patch)
tree7713842c2cdbd2767d52cf0263375da62133c534 /view
parentd296b02b0e522dbbd30ad7926e9f80f3c8c04328 (diff)
downloadvolse-hubzilla-d67fdd129921549b6a1e7cb5e5ebea7bdc38bf0e.tar.gz
volse-hubzilla-d67fdd129921549b6a1e7cb5e5ebea7bdc38bf0e.tar.bz2
volse-hubzilla-d67fdd129921549b6a1e7cb5e5ebea7bdc38bf0e.zip
add davguest param to cut/paste link for directories in mod/filestorage
Diffstat (limited to 'view')
-rw-r--r--view/tpl/attach_edit.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl
index f9c6e96ce..77f32b5bc 100644
--- a/view/tpl/attach_edit.tpl
+++ b/view/tpl/attach_edit.tpl
@@ -23,12 +23,11 @@
{{else}}
<div class="cut-paste-desc">{{$cpdesc}}</div>
<input type="text" id="cutpasteinput" name="cutpastelink" value="[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" onclick="this.select();" /><br />
+{{/if}}
<div class="cut-paste-desc">{{$cpldesc}}</div>
<input type="text" id="linkpasteinput" name="cutpasteextlink" value="{{$cloudpath}}" onclick="this.select();"/><br />
-{{/if}}
-
<div id="attach-edit-perms" >
{{$aclselect}}
</div>