From 55a5b1891e749b2456ef47a9dd09fb21bd95f07b Mon Sep 17 00:00:00 2001 From: Kristof De Langhe Date: Mon, 29 Jul 2019 13:10:57 +0200 Subject: [PATCH] 63945: Upload, Download and Edit buttons --- resources/i18n/en.json | 5 ++- .../item-bitstreams.component.html | 41 ++++++++++--------- .../item-edit-bitstream.component.html | 9 ++++ 3 files changed, 35 insertions(+), 20 deletions(-) diff --git a/resources/i18n/en.json b/resources/i18n/en.json index edddd05215..b4960f395e 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -271,6 +271,7 @@ } }, "bitstreams": { + "upload-button": "Upload", "discard-button": "Discard", "reinstate-button": "Undo", "save-button": "Save", @@ -284,7 +285,9 @@ "edit": { "buttons": { "remove": "Remove", - "undo": "Undo changes" + "undo": "Undo changes", + "download": "Download", + "edit": "Edit" } }, "notifications": { diff --git a/src/app/+item-page/edit-item-page/item-bitstreams/item-bitstreams.component.html b/src/app/+item-page/edit-item-page/item-bitstreams/item-bitstreams.component.html index 087f9a6fab..91f7a0b1f7 100644 --- a/src/app/+item-page/edit-item-page/item-bitstreams/item-bitstreams.component.html +++ b/src/app/+item-page/edit-item-page/item-bitstreams/item-bitstreams.component.html @@ -1,23 +1,26 @@
-
-
- - - -
+
+ + + +
+ + + +