]> source.dussan.org Git - archiva.git/commitdiff
remove title from image duplicate with popover
authorOlivier Lamy <olamy@apache.org>
Thu, 19 Jan 2012 22:10:32 +0000 (22:10 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 19 Jan 2012 22:10:32 +0000 (22:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1233597 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/repositories.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html

index 550399286f81c9bf310052cdf9332be8fd72c159..04bdca456d283ea789affcdd58d7512acc7e7f26 100644 (file)
@@ -350,7 +350,8 @@ $(function() {
             $("#managedrepository-stats-img-"+curRepo.id()).popover(
                 {
                   placement: "left",
-                  html: true
+                  html: true,
+                  title: "popover-title"
                 }
             );
             //$(calculatePopoverId(managedRepository)).show();
index 2d3618d9fe2602086d4bc25c99c6b16a18443af8..1f4b61dd09e4216643dad852a43db6e4aa4b8478 100644 (file)
@@ -67,7 +67,7 @@
         <th>Releases</th>
         <th>Snapshots</th>
         <th>Scan</th>
-        <th>Stats</th>
+        <th title="${$.i18n.prop('managedrepository.stats')}">Stats</th>
         <th>${$.i18n.prop('edit')}</th>
         <th>${$.i18n.prop('delete')}</th>
       </tr>
@@ -99,7 +99,7 @@
               </a>
             </td>
             <td id="managedrepository-stats-${row.id()}">
-              <img src="images/utilities-system-monitor.png" title="${$.i18n.prop('managedrepository.stats')}"
+              <img src="images/utilities-system-monitor.png" popover-title="${$.i18n.prop('managedrepository.stats')}"
                    data-bind="event: { mouseover: function(){ showStats(row) }, mouseout: function(){ hideStats(row) },}"
                    id="managedrepository-stats-img-${row.id()}"/>
             </td>