You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/02/13 17:22:05 UTC

svn commit: r1243591 - in /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp: images/view-refresh-22-22.png js/archiva/templates/repositories.html

Author: olamy
Date: Mon Feb 13 16:22:05 2012
New Revision: 1243591

URL: http://svn.apache.org/viewvc?rev=1243591&view=rev
Log:
use larger icons in some places

Added:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png   (with props)
Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html

Added: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png?rev=1243591&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/view-refresh-22-22.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html?rev=1243591&r1=1243590&r2=1243591&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/repositories.html Mon Feb 13 16:22:05 2012
@@ -102,28 +102,28 @@
             {{/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()}}
@@ -135,7 +135,7 @@
             {{/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>
@@ -326,7 +326,7 @@
             </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()}}
@@ -338,7 +338,7 @@
             {{/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>