[Pkg-owncloud-commits] [owncloud] 06/22: it does not affect gravity on planet earth, but only for tipsy
David Prévot
taffit at moszumanska.debian.org
Fri Aug 29 14:48:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 2307a5a6b53bc39bdcf29a8ed6e7eb284a0ed8e0
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Wed Aug 13 14:20:14 2014 +0200
it does not affect gravity on planet earth, but only for tipsy
---
core/js/singleselect.js | 2 +-
settings/templates/users/part.setquota.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/js/singleselect.js b/core/js/singleselect.js
index 6a4c104..79ae087 100644
--- a/core/js/singleselect.js
+++ b/core/js/singleselect.js
@@ -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);
diff --git a/settings/templates/users/part.setquota.php b/settings/templates/users/part.setquota.php
index 55e31a9..afbbee8 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list