mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
it does not affect gravity on planet earth, but only for tipsy
This commit is contained in:
parent
288b6d4071
commit
4220e0c7da
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
$.fn.singleSelect = function () {
|
||||
return this.each(function (i, select) {
|
||||
var input = $('<input/>'),
|
||||
gravity = $(select).attr('data-gravity'),
|
||||
gravity = $(select).attr('data-tipsy-gravity'),
|
||||
inputTooltip = $(select).attr('data-inputtitle');
|
||||
if (inputTooltip){
|
||||
input.attr('title', inputTooltip);
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<!-- Default storage -->
|
||||
<span><?php p($l->t('Default Quota'));?></span>
|
||||
<?php if((bool) $_['isAdmin']): ?>
|
||||
<select id='default_quota' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>" data-gravity="s">
|
||||
<select id='default_quota' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>" data-tipsy-gravity="s">
|
||||
<option <?php if($_['default_quota'] === 'none') print_unescaped('selected="selected"');?> value='none'>
|
||||
<?php p($l->t('Unlimited'));?>
|
||||
</option>
|
||||
|
|
|
|||
Loading…
Reference in a new issue