parent
b201e87af6
commit
7abfe2bd4f
|
@ -132,3 +132,11 @@ thead{
|
|||
top: -2px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.directLink {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.directLink input{
|
||||
margin-left: 10px;
|
||||
width: 600px;
|
||||
}
|
||||
|
|
|
@ -67,4 +67,6 @@ $(document).ready(function() {
|
|||
procesSelection();
|
||||
});
|
||||
|
||||
$('#directLink').focus();
|
||||
|
||||
});
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<div class="directLink"><label for="directLink"><?php p($l->t('Direct link')) ?></label><input id="directLink" type="text" readonly value="<?php p($_['downloadURL']); ?>"></input></div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<footer>
|
||||
|
|
Loading…
Reference in New Issue