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 @@ +
+
+ +

Delete Collection

+
+
+ +
+
+
+

+ + 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. +

+
+
+ +
+
+
+
\ No newline at end of file diff --git a/grails-app/views/opus/edit.gsp b/grails-app/views/opus/edit.gsp index 01b150a9..7d221e05 100644 --- a/grails-app/views/opus/edit.gsp +++ b/grails-app/views/opus/edit.gsp @@ -30,12 +30,6 @@ Public View - - - @@ -127,7 +121,12 @@ + + + + +