Skip to content
Snippets Groups Projects
Commit 18dff925 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Directly show link

parent bc476682
No related branches found
No related tags found
No related merge requests found
......@@ -101,14 +101,13 @@ thead {
opacity: .5;
}
.directLink label {
font-weight: normal;
opacity: .5;
#directLink-container {
flex-wrap: wrap;
}
.directLink input {
margin-left: 5px;
width: 300px;
max-width: 90%;
#directLink {
margin-left: 30px;
flex-basis: 100%;
}
/* header buttons */
......
......@@ -59,10 +59,10 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
</a>
</li>
<li>
<a href="#">
<a href="#" id="directLink-container">
<span class="icon icon-public"></span>
<label for="directLink"><?php p($l->t('Direct link')) ?></label>
<input id="directLink" class="hidden" type="text" readonly value="<?php p($_['downloadURL']); ?>">
<input id="directLink" type="text" readonly value="<?php p($_['previewURL']); ?>">
</a>
</li>
<?php if ($_['server2serversharing']) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment