diff --git a/src/app/shared/file-download-link/file-download-link.component.ts b/src/app/shared/file-download-link/file-download-link.component.ts
index 4423b6f5b7..b415e1e701 100644
--- a/src/app/shared/file-download-link/file-download-link.component.ts
+++ b/src/app/shared/file-download-link/file-download-link.component.ts
@@ -18,6 +18,17 @@ export class FileDownloadLinkComponent implements OnInit {
* Optional bitstream instead of href and file name
*/
@Input() bitstream: Bitstream;
+
+ /**
+ * Additional css classes to apply to link
+ */
+ @Input() cssClasses = '';
+
+ /**
+ * A boolean representing if link is shown in same tab or in a new one.
+ */
+ @Input() isBlank = false;
+
bitstreamPath: string;
ngOnInit() {
diff --git a/src/app/submission/sections/upload/file/section-upload-file.component.html b/src/app/submission/sections/upload/file/section-upload-file.component.html
index 64df1155bf..221d396a39 100644
--- a/src/app/submission/sections/upload/file/section-upload-file.component.html
+++ b/src/app/submission/sections/upload/file/section-upload-file.component.html
@@ -10,8 +10,9 @@
-
-
+
+
+