[Pkg-owncloud-commits] [owncloud] 122/129: add tooltip to ldap server wizard

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 3a5ba033d5567389b5d75f757be897d6af71b17f
Author: Hendrik Leppelsack <hendrik at leppelsack.de>
Date:   Wed Oct 21 14:37:42 2015 +0200

    add tooltip to ldap server wizard
---
 apps/user_ldap/js/wizard/view.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/user_ldap/js/wizard/view.js b/apps/user_ldap/js/wizard/view.js
index 7dedfab..3d994af 100644
--- a/apps/user_ldap/js/wizard/view.js
+++ b/apps/user_ldap/js/wizard/view.js
@@ -352,6 +352,7 @@ OCA = OCA || {};
 			$('.ldap_submit').button();
 			$('.ldap_action_test_connection').button();
 			$('#ldapSettings').tabs({ beforeActivate: this.onTabChange });
+			$('#ldapSettings :input').tooltip({placement: "right", container: "body", trigger: "hover"});
 
 			this.initControls();
 			this.disableTabs();

-- 
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