]> source.dussan.org Git - archiva.git/commitdiff
use new icon mode for edit/delete
authorOlivier Lamy <olamy@apache.org>
Fri, 30 Mar 2012 07:28:55 +0000 (07:28 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 30 Mar 2012 07:28:55 +0000 (07:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1307290 13f79535-47bb-0310-9956-ffa450edef68

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

index 73d023dd79926fd49c43a531d2baae40b38daa46..f47b215f27612a8fc9370242f000c9a1e36ca3c9 100644 (file)
             {{/each}}
             <td>
               <a href="#" data-bind="click: function(){ editRemoteRepository(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(){ removeRemoteRepository(row) }">
-                <img src="images/edit-cut-22-22.png" title="${$.i18n.prop('delete')}"/>
+                <span class="btn btn-danger">
+                  <i class="icon-trash icon-white"/>
+                </span>
               </a>
             </td>
             {{if row.modified()}}
             {{/if}}
             <td>
               <a href="#" data-bind="click: function(){ scheduleDownloadRemoteIndex(row) }">
-                <img src="images/view-refresh-22-22.png" title="${$.i18n.prop('remoterepository.downloadremoteindex.now')}"/>
+                <span class="btn btn-success">
+                  <i class="icon-refresh icon-white"/>
+                </span>
               </a>
             </td>
           </tr>