From: Olivier Lamy Date: Mon, 13 Feb 2012 15:56:34 +0000 (+0000) Subject: use larger icons in some places X-Git-Tag: archiva-1.4-M3~1302 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=df7adeb3d89d4b217be3abf5ceb4b2a78b7aac61;p=archiva.git use larger icons in some places git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1243568 13f79535-47bb-0310-9956-ffa450edef68 --- 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 index 000000000..7d6aaf6f2 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 index 000000000..dc6b825b1 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 index 000000000..e17ca7ce0 Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/weather-clear-22-22.png differ diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html index e02f86022..03f119f11 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/user-grids.html @@ -40,24 +40,24 @@ {{else}} - ${$.i18n.prop('delete')} + ${$.i18n.prop('delete')} {{/if}} {{if row.locked()==true}} {{if row.username()=="admin" || row.username()=="guest"}} - + {{else}} - + {{/if}} {{else}} {{if row.username()=="admin" || row.username()=="guest"}} - + {{else}} - + {{/if}} {{/if}} @@ -65,20 +65,20 @@ {{if row.passwordChangeRequired()==true}} {{if row.username()=="admin" || row.username()=="guest"}} - + {{else}} - + {{/if}} {{else}} {{if row.username()=="admin" || row.username()=="guest"}} - + {{else}} - + {{/if}}