]> source.dussan.org Git - archiva.git/commitdiff
add i18n key for grid header and a title
authorOlivier Lamy <olamy@apache.org>
Mon, 30 Jan 2012 22:14:24 +0000 (22:14 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 30 Jan 2012 22:14:24 +0000 (22:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1238040 13f79535-47bb-0310-9956-ffa450edef68

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

index 8315dd0620d1417a3503026e3b455035e7c031b8..61192c5409963b82110ad3166e72b65b6aab4dd7 100644 (file)
 <script id='ko-proxy-connectors-grid' type='text/x-jquery-tmpl'>
   <thead>
     <tr>
-      <th>${$.i18n.prop('proxy-connectors.grid.managedrepo.title')}</th>
-      <th>${$.i18n.prop('proxy-connectors.grid.remoterepo.title')}</th>
+      <th title="${$.i18n.prop('proxy-connectors.grid.managedrepo.title')}">
+        ${$.i18n.prop('proxy-connectors.grid.remoterepo.grid.header')}
+      </th>
+      <th title="${$.i18n.prop('proxy-connectors.grid.remoterepo.title')}">
+        ${$.i18n.prop('proxy-connectors.grid.remoterepo.grid.header')}
+      </th>
     </tr>
   </thead>