remove title as it is a bit ugly

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1425566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-24 00:29:16 +00:00
parent cf7e15e27f
commit 9afc69977b
1 changed files with 2 additions and 6 deletions

View File

@ -1024,12 +1024,8 @@
<script id='ko-proxy-connectors-grid' type='text/html'>
<thead>
<tr>
<th title="${$.i18n.prop('proxy-connectors.grid.managedrepo.title')}">
${$.i18n.prop('proxy-connectors.grid.managedrepo.grid.header')}
</th>
<th title="${$.i18n.prop('proxy-connectors.grid.remoterepo.title')}">
${$.i18n.prop('proxy-connectors.grid.remoterepo.grid.header')}
</th>
<th>${$.i18n.prop('proxy-connectors.grid.managedrepo.grid.header')}</th>
<th>${$.i18n.prop('proxy-connectors.grid.remoterepo.grid.header')}</th>
<th>${$.i18n.prop('proxy-connectors.grid.remoterepo.settings.popover.title')}</th>
<th>${$.i18n.prop('edit')}</th>
<th>${$.i18n.prop('delete')}</th>