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 16:56:35 UTC

svn commit: r1243568 - in /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp: images/dialog-error-22-22.png images/system-lock-screen-22-22.png images/weather-clear-22-22.png js/redback/templates/user-grids.html

Author: olamy
Date: Mon Feb 13 15:56:34 2012
New Revision: 1243568

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

Added:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/dialog-error-22-22.png   (with props)
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-lock-screen-22-22.png   (with props)
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/weather-clear-22-22.png   (with props)
Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html

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

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

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

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

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

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

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html?rev=1243568&r1=1243567&r2=1243568&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html Mon Feb 13 15:56:34 2012
@@ -40,24 +40,24 @@
               {{else}}
                 <td>
                   <a href="#" data-bind="click: function(){ deleteUser(row) }" id="users-grid-delete-${row.username()}">
-                    <img src="images/edit-cut.png" alt="${$.i18n.prop('delete')}"/>
+                    <img src="images/edit-cut-22-22.png" alt="${$.i18n.prop('delete')}"/>
                   </a>
                 </td>
               {{/if}}
               {{if row.locked()==true}}
                 <td>
                     {{if row.username()=="admin" || row.username()=="guest"}}
-                      <img src="images/system-lock-screen.png"/>
+                      <img src="images/system-lock-screen-22-22.png"/>
                     {{else}}
-                      <a href="#" data-bind="click: function(){ unlock(row) }"><img src="images/system-lock-screen.png"/></a>
+                      <a href="#" data-bind="click: function(){ unlock(row) }"><img src="images/system-lock-screen-22-22.png"/></a>
                     {{/if}}
                 </td>
               {{else}}
                 <td>
                     {{if row.username()=="admin" || row.username()=="guest"}}
-                      <img src="images/weather-clear.png"/>
+                      <img src="images/weather-clear-22-22.png"/>
                     {{else}}
-                      <a href="#" data-bind="click: function(){ lock(row) }"><img src="images/weather-clear.png"/></a>
+                      <a href="#" data-bind="click: function(){ lock(row) }"><img src="images/weather-clear-22-22.png"/></a>
                     {{/if}}
                 </td>
               {{/if}}
@@ -65,20 +65,20 @@
               {{if row.passwordChangeRequired()==true}}
                 <td>
                     {{if row.username()=="admin" || row.username()=="guest"}}
-                      <img src="images/dialog-error.png"/>
+                      <img src="images/dialog-error-22-22.png"/>
                     {{else}}
                       <a href="#" data-bind="click: function(){ passwordChangeRequire(row,false) }">
-                          <img src="images/dialog-error.png"/>
+                          <img src="images/dialog-error-22-22.png"/>
                       </a>
                     {{/if}}
                 </td>
               {{else}}
               <td>
                   {{if row.username()=="admin" || row.username()=="guest"}}
-                    <img src="images/weather-clear.png"/>
+                    <img src="images/weather-clear-22-22.png"/>
                   {{else}}
                     <a href="#" data-bind="click: function(){ passwordChangeRequire(row,true) }">
-                        <img src="images/weather-clear.png"/>
+                        <img src="images/weather-clear-22-22.png"/>
                     </a>
                   {{/if}}
               </td>