From: Olivier Lamy Date: Tue, 18 Sep 2012 22:56:41 +0000 (+0000) Subject: repositories grid group actions in a dropdown button X-Git-Tag: archiva-1.4-M3~154 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ad9ba5463c1b61e4b53ee8484cddd24d3d3baca9;p=archiva.git repositories grid group actions in a dropdown button git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1387402 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties index e5b36b75f..45c6ce5e8 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties @@ -97,6 +97,7 @@ managedrepository.added=Managed Repository {0} added skipPackedIndexCreation=Skip Packed Index creation skipPackedIndexCreation.help.title=Skip Packed Index creation skipPackedIndexCreation.help.content=Will prevent creating packed and incremental indexes which are consumed by remote repositories manager and/or IDE. +managedrepository.actions=Actions # remote repositories screen remoterepository.downloadremoteindex.now=Download Remote Index Now diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html index 630b25b6f..33a194d08 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/repositories.html @@ -86,14 +86,15 @@ {{/each}} Releases Snapshots - ${$.i18n.prop('managedrepository.scan.grid.header')} + + ${$.i18n.prop('managedrepository.actions')} ${$.i18n.prop('edit')} ${$.i18n.prop('delete')} ${$.i18n.prop('modified')} - ${$.i18n.prop('description')} - ${$.i18n.prop('managedrepository.pomsnippet')} + + ${$.i18n.prop('managedrepository.stats.grid.header')} - ${$.i18n.prop('managedrepository.scan.directories.grid.header')} + @@ -117,13 +118,37 @@ {{/if}} - - - - - - - + + + @@ -145,28 +170,20 @@ {{else}} {{/if}} - + - - - - - - - - {{/each}}