You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/01/30 23:14:24 UTC

svn commit: r1238040 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html

Author: olamy
Date: Mon Jan 30 22:14:24 2012
New Revision: 1238040

URL: http://svn.apache.org/viewvc?rev=1238040&view=rev
Log:
add i18n key for grid header and a title

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

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html?rev=1238040&r1=1238039&r2=1238040&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html Mon Jan 30 22:14:24 2012
@@ -44,8 +44,12 @@
 <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>