diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-08-13 14:20:14 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-08-13 14:20:14 +0200 |
commit | 4220e0c7da091330f6a4f6a2e1669fb4ece482bd (patch) | |
tree | 1557b158b087e86b9ec108d8b868e9d3b7c3556c /settings/templates | |
parent | 288b6d40713de3707b489a1028935fabae62e021 (diff) | |
download | nextcloud-server-4220e0c7da091330f6a4f6a2e1669fb4ece482bd.tar.gz nextcloud-server-4220e0c7da091330f6a4f6a2e1669fb4ece482bd.zip |
it does not affect gravity on planet earth, but only for tipsy
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.setquota.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.setquota.php b/settings/templates/users/part.setquota.php index 55e31a930e9..afbbee82063 100644 --- a/settings/templates/users/part.setquota.php +++ b/settings/templates/users/part.setquota.php @@ -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> |