diff --git a/grails-app/controllers/au/org/ala/profile/hub/OpusController.groovy b/grails-app/controllers/au/org/ala/profile/hub/OpusController.groovy index 72b02a6a..c5119a20 100644 --- a/grails-app/controllers/au/org/ala/profile/hub/OpusController.groovy +++ b/grails-app/controllers/au/org/ala/profile/hub/OpusController.groovy @@ -677,6 +677,10 @@ class OpusController extends OpusBaseController { render template: "editAboutPage" } + def editDeleteCollectionPanel = { + render template: "editDeleteCollectionPage" + } + def reportPanel = { render template: "report" } diff --git a/grails-app/views/opus/_editDeleteCollectionPage.gsp b/grails-app/views/opus/_editDeleteCollectionPage.gsp new file mode 100644 index 00000000..19534b86 --- /dev/null +++ b/grails-app/views/opus/_editDeleteCollectionPage.gsp @@ -0,0 +1,23 @@ +
+ + Error:Please note clicking delete button will delete this collection. All data of the collection will be lost and cannot be recovered. Only proceed if you are absolutely sure. +
+