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

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/dialog-error-22-22.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-lock-screen-22-22.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/weather-clear-22-22.png [new file with mode: 0644]
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/dialog-error-22-22.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/dialog-error-22-22.png
new file mode 100644 (file)
index 0000000..7d6aaf6
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/dialog-error-22-22.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-lock-screen-22-22.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-lock-screen-22-22.png
new file mode 100644 (file)
index 0000000..dc6b825
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/system-lock-screen-22-22.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/weather-clear-22-22.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/weather-clear-22-22.png
new file mode 100644 (file)
index 0000000..e17ca7c
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/weather-clear-22-22.png differ
index e02f86022e682d2ef34d7c86cdff9dc7e428b6e6..03f119f11c8c4c10d6e574f761400b22db1859a3 100644 (file)
               {{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}}
               {{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>