diff --git a/scripts/installer/install b/scripts/installer/install index d6ba62f7885..573c2e0b100 100755 --- a/scripts/installer/install +++ b/scripts/installer/install @@ -161,7 +161,8 @@ my %POSTGRES_DRIVERS = ( "9_2", "postgresql-9.1-902.jdbc4.jar", "9_3", "postgresql-9.1-902.jdbc4.jar", "9_4", "postgresql-9.1-902.jdbc4.jar", - "9_5", "postgresql-9.1-902.jdbc4.jar" + "9_5", "postgresql-9.1-902.jdbc4.jar", + "9_6", "postgresql-9.1-902.jdbc4.jar" ); # A few preliminary checks: diff --git a/src/main/webapp/file-download-button-fragment.xhtml b/src/main/webapp/file-download-button-fragment.xhtml index b7788f3fd62..bd5937a3551 100644 --- a/src/main/webapp/file-download-button-fragment.xhtml +++ b/src/main/webapp/file-download-button-fragment.xhtml @@ -275,4 +275,14 @@ #{fileMetadata.dataFile.fileAccessRequesters.contains(dataverseSession.user) ? bundle['file.accessRequested'] : bundle['file.requestAccess']} + + + #{bundle['file.mapData.unpublished.message']} + + + + #{bundle.close} + + +
+ #{bundle['file.mapData.unpublished.message']} +