diff options
author | marijus <mario@localhost.localdomain> | 2014-01-27 10:57:46 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-01-27 10:57:46 +0100 |
commit | b39475db86eca7b5e5615d377d8adc64e6a33056 (patch) | |
tree | 7713842c2cdbd2767d52cf0263375da62133c534 /view/tpl/attach_edit.tpl | |
parent | 4ce6335364a5c86cac97bcc43af0dc6bfa38d114 (diff) | |
parent | d67fdd129921549b6a1e7cb5e5ebea7bdc38bf0e (diff) | |
download | volse-hubzilla-b39475db86eca7b5e5615d377d8adc64e6a33056.tar.gz volse-hubzilla-b39475db86eca7b5e5615d377d8adc64e6a33056.tar.bz2 volse-hubzilla-b39475db86eca7b5e5615d377d8adc64e6a33056.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/attach_edit.tpl')
-rw-r--r-- | view/tpl/attach_edit.tpl | 3 |
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> |