From: Olivier Lamy Date: Tue, 6 Mar 2012 18:32:45 +0000 (+0000) Subject: [MRM-1577] rewrite legacy path admin page X-Git-Tag: archiva-1.4-M3~1104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e377a16bfafcd723166a09e1ccfb1cc721b4ee9;p=archiva.git [MRM-1577] rewrite legacy path admin page simplify only delete and add. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1297642 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html index 50330b4d1..5e105daee 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html @@ -48,9 +48,7 @@ {{each(i, columnDefinition) columns}} ${ columnDefinition.headerText } {{/each}} - ${$.i18n.prop('edit')} ${$.i18n.prop('delete')} - ${$.i18n.prop('modified')} @@ -62,24 +60,11 @@ ${val} {{/each}} - - - - - - {{if row.modified()}} - - ${$.i18n.prop('save')} - - {{else}} - - {{/if}} - {{/each}}