From: Olivier Lamy Date: Sun, 26 Feb 2012 23:08:17 +0000 (+0000) Subject: mark modified users in the users grid X-Git-Tag: archiva-1.4-M3~1212 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=89ca2d1902131463b0cf7423040563c5ce4051fd;p=archiva.git mark modified users in the users grid git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293961 13f79535-47bb-0310-9956-ffa450edef68 --- 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 da8f9912f..73be56b54 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 @@ -30,48 +30,48 @@ {{each(i, row) itemsOnCurrentPage()}} - - {{each(j, columnDefinition) columns}} - ${ typeof columnDefinition.rowText == 'function' ? columnDefinition.rowText(row) : row[columnDefinition.rowText] } - {{/each}} - - - - - - {{if row.username()=="admin" || row.username()=="guest"}} - - {{else}} - - - ${$.i18n.prop('delete')} - - - {{/if}} - {{if row.locked()==true}} - - - - {{else}} - - - - {{/if}} + + {{each(j, columnDefinition) columns}} + ${ typeof columnDefinition.rowText == 'function' ? columnDefinition.rowText(row) : row[columnDefinition.rowText] } + {{/each}} + + + + + + {{if row.username()=="admin" || row.username()=="guest"}} + + {{else}} + + + ${$.i18n.prop('delete')} + + + {{/if}} + {{if row.locked()==true}} + + + + {{else}} + + + + {{/if}} - {{if row.passwordChangeRequired()==true}} - - - - - - {{else}} - - - - - - {{/if}} - + {{if row.passwordChangeRequired()==true}} + + + + + + {{else}} + + + + + + {{/if}} + {{/each}}