diff options
author | Michael Meer <michael@meer.name> | 2014-01-27 10:37:15 +0100 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2014-01-27 10:37:15 +0100 |
commit | a3bf272753183f61723fea5dccd52abe6f0662dd (patch) | |
tree | 70a7e3a2e4ed5544abbddb8ee73226b638c01099 /view/tpl/attach_edit.tpl | |
parent | 844df110586e6726581c620754fef5419f6bea5e (diff) | |
parent | d67fdd129921549b6a1e7cb5e5ebea7bdc38bf0e (diff) | |
download | volse-hubzilla-a3bf272753183f61723fea5dccd52abe6f0662dd.tar.gz volse-hubzilla-a3bf272753183f61723fea5dccd52abe6f0662dd.tar.bz2 volse-hubzilla-a3bf272753183f61723fea5dccd52abe6f0662dd.zip |
Merge branch 'master' of https://github.com/MicMee/red
to be in sync
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> |