]> source.dussan.org Git - archiva.git/commitdiff
MRM-1598] use bootstrap css 2.x %s/twipsy/tooltip
authorOlivier Lamy <olamy@apache.org>
Thu, 2 Feb 2012 21:29:06 +0000 (21:29 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 2 Feb 2012 21:29:06 +0000 (21:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1239862 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/network-proxies.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/repositories.js
archiva-modules/archiva-web/archiva-webapp-js/src/site/apt/knockout-binding.apt

index 527823e8bc9e666d4331b945bef10136b34e864d..9d74740f5dfd6773c7f8b2d09e9c4ebafcd9fd0e 100644 (file)
@@ -236,7 +236,7 @@ $(function() {
             ],
             pageSize: 5,
             gridUpdateCallBack: function(networkProxy){
-              $("#main-content #networkProxiesTable [title]").twipsy();
+              $("#main-content #networkProxiesTable [title]").tooltip();
             }
           });
           ko.applyBindings(networkProxiesViewModel,$("#main-content #networkProxiesTable").get(0));
index c1ca22454c5d5487b55003635b4703be7b2a91a9..149f1f7de11327992a681ff558152c1148088ba0 100644 (file)
@@ -147,7 +147,7 @@ $(function() {
         data: self.managedRepositoryConnectorViews,
         pageSize: 5,
         gridUpdateCallBack: function(){
-          $("#main-content #proxyConnectorsTable [title]").twipsy();
+          $("#main-content #proxyConnectorsTable [title]").tooltip();
         }
       });
       this.gridViewModel.getManagedRepository=getManagedRepository;
index 1c3df7f2a9f148927560fc7376c8bdd59c83091d..0ca226fd1ba83df0dc65733c36e261327fb4e969 100644 (file)
@@ -757,7 +757,7 @@ $(function() {
             ],
             pageSize: 5,
             gridUpdateCallBack: function(){
-              $("#main-content #managed-repositories-table [title]").twipsy();
+              $("#main-content #managed-repositories-table [title]").tooltip();
             }
           });
           ko.applyBindings(managedRepositoriesViewModel,$("#main-content #managed-repositories-table").get(0));
@@ -798,7 +798,7 @@ $(function() {
             ],
             pageSize: 5,
             gridUpdateCallBack: function(){
-              $("#main-content #remote-repositories-table [title]").twipsy();
+              $("#main-content #remote-repositories-table [title]").tooltip();
             }
           });
           ko.applyBindings(remoteRepositoriesViewModel,$("#main-content #remote-repositories-table").get(0));
index 54cab62cca33039f2889a7b238e3384801314b9c..f5dfa9680f522a5658f3ce996b1aed4648ee07e3 100644 (file)
@@ -141,7 +141,7 @@ ManagedRepositoriesViewModel=function(){
             pageSize: 5,
             // we can define here a callback function which be called on all grid change (adding/updating/removing values from the array)
             gridUpdateCallBack: function(){
-              $("#main-content #managed-repositories-table [title]").twipsy();
+              $("#main-content #managed-repositories-table [title]").tooltip();
             }
           });
           // apply the binding on the specified node