]> source.dussan.org Git - archiva.git/commitdiff
use larger icons in some places
authorOlivier Lamy <olamy@apache.org>
Mon, 13 Feb 2012 16:22:05 +0000 (16:22 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 13 Feb 2012 16:22:05 +0000 (16:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1243591 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html

diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png
new file mode 100644 (file)
index 0000000..cab4d02
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png differ
index c764b24ac2677251cffce68422960d224e1f00fe..461b83e4cb7c1610088c94de5966b2b66f5f4dbb 100644 (file)
             {{/each}}
             <td>
             {{if row.releases() == true}}
-              <img src="images/weather-clear.png" title="${$.i18n.prop('release.included')}"/>
+              <img src="images/weather-clear-22-22.png" title="${$.i18n.prop('release.included')}"/>
             {{else}}
-              <img src="images/dialog-error.png" title="${$.i18n.prop('release.notincluded')}"/>
+              <img src="images/dialog-error-22-22.png" title="${$.i18n.prop('release.notincluded')}"/>
             {{/if}}
             </td>
 
             <td>
               {{if row.snapshots() == true}}
-                <img src="images/weather-clear.png" title="${$.i18n.prop('snapshots.included')}"/>
+                <img src="images/weather-clear-22-22.png" title="${$.i18n.prop('snapshots.included')}"/>
               {{else}}
-                  <img src="images/dialog-error.png" title="${$.i18n.prop('snapshots.notincluded')}"/>
+                  <img src="images/dialog-error-22-22.png" title="${$.i18n.prop('snapshots.notincluded')}"/>
               {{/if}}
             </td>
             <td>
               <a href="#" data-bind="click: function(){ scanNow(row) }">
-                <img src="images/view-refresh.png" title="${$.i18n.prop('managedrepository.scan.now')}"/>
+                <img src="images/view-refresh-22-22.png" title="${$.i18n.prop('managedrepository.scan.now')}"/>
               </a>
             </td>
             <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/edit-cut.png" title="${$.i18n.prop('delete')}"/>
+                <img src="images/edit-cut-22-22.png" title="${$.i18n.prop('delete')}"/>
               </a>
             </td>
             {{if row.modified()}}
             {{/if}}
             <td><a href="#" data-bind="click: function(){ showPomSnippet(row) }">${$.i18n.prop('managedrepository.pomsnippet')}</a></td>
             <td id="managedrepository-stats-${row.id()}">
-              <img src="images/utilities-system-monitor.png" data-original-title="${$.i18n.prop('managedrepository.stats')}"
+              <img src="images/utilities-system-monitor-22-22.png" data-original-title="${$.i18n.prop('managedrepository.stats')}"
                    data-bind="event: { mouseover: function(){ showStats(row) }, mouseout: function(){ hideStats(row) },}"
                    id="managedrepository-stats-img-${row.id()}"/>
             </td>
             </td>
             <td>
               <a href="#" data-bind="click: function(){ removeRemoteRepository(row) }">
-                <img src="images/edit-cut.png" title="${$.i18n.prop('delete')}"/>
+                <img src="images/edit-cut-22-22.png" title="${$.i18n.prop('delete')}"/>
               </a>
             </td>
             {{if row.modified()}}
             {{/if}}
             <td>
               <a href="#" data-bind="click: function(){ scheduleDownloadRemoteIndex(row) }">
-                <img src="images/view-refresh.png" title="${$.i18n.prop('remoterepository.downloadremoteindex.now')}"/>
+                <img src="images/view-refresh-22-22.png" title="${$.i18n.prop('remoterepository.downloadremoteindex.now')}"/>
               </a>
             </td>
           </tr>