use new icon mode for network proxies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1307292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-30 07:29:24 +00:00
parent cce70a5d1a
commit 09cc2fe250
1 changed files with 6 additions and 2 deletions

View File

@ -72,12 +72,16 @@
<td>${row.useNtlm()}</td>
<td>
<a href="#" data-bind="click: function(){ editNetworkProxy(row) }">
<img src="images/edit-find-22-22.png" title="${$.i18n.prop('edit')}">
<span class="btn btn-primary">
<i class="icon-pencil icon-white"/>
</span>
</a>
</td>
<td>
<a href="#" data-bind="click: function(){ removeNetworkProxy(row) }">
<img src="images/edit-cut.png" title="${$.i18n.prop('delete')}"/>
<span class="btn btn-danger">
<i class="icon-trash icon-white"/>
</span>
</a>
</td>
{{if row.modified()}}