mod_filestorage: provide a URL for linking to webpages and other websites
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#attach-edit-backlink, #cut-paste-link {
|
||||
#attach-edit-backlink, #cutpasteinput, #linkpasteinput {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#cutpasteinput {
|
||||
#cutpasteinput, #linkpasteinput {
|
||||
width: 600px;
|
||||
}
|
||||
@@ -22,10 +22,11 @@
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="cut-paste-desc">{{$cpdesc}}</div>
|
||||
<div id="cut-paste-link">
|
||||
<input type="text" id="cutpasteinput" name="cutpastelink" value="[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" />
|
||||
<script>$('#cutpasteinput').select();</script>
|
||||
</div>
|
||||
<input type="text" id="cutpasteinput" name="cutpastelink" value="[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" onclick="this.select();" /><br />
|
||||
|
||||
<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" >
|
||||
|
||||
Reference in New Issue
Block a user