]> source.dussan.org Git - archiva.git/commitdiff
new icon for delete/cut
authorOlivier Lamy <olamy@apache.org>
Thu, 19 Jan 2012 22:09:21 +0000 (22:09 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 19 Jan 2012 22:09:21 +0000 (22:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1233593 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html

diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut.png
new file mode 100644 (file)
index 0000000..dc9eb9a
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/edit-cut.png differ
index c51ba7e26c0833a795bf4a06e8ad4b89b30e8e9a..962baa92c18d0dbd31f3d26e99d87869519822e9 100644 (file)
@@ -96,7 +96,7 @@
             <td><a href="#" data-bind="click: function(){ editManagedRepository(row) }">${$.i18n.prop('edit')}</a></td>
             <td>
               <a href="#" data-bind="click: function(){ removeManagedRepository(row) }">
-                <img src="images/delete.png" title="${$.i18n.prop('delete')}"/>
+                <img src="images/edit-cut.png" title="${$.i18n.prop('delete')}"/>
               </a>
             </td>
           </tr>
index 18c4717db3bd7aa8fd20677021b4c619827474af..df8e103ef015f286f3a3a4659e8e674d7ff220fc 100644 (file)
@@ -40,7 +40,7 @@
               {{else}}
                 <td>
                   <a href="#" data-bind="click: function(){ row.deleteUser() }" id="users-grid-delete-${row.username()}">
-                    <img src="images/delete.png" alt="${$.i18n.prop('delete')}"/>
+                    <img src="images/edit-cut.png" alt="${$.i18n.prop('delete')}"/>
                   </a>
                 </td>
               {{/if}}