Project

General

Profile

« Previous | Next » 

Revision 3602

Added by barteau over 16 years ago

Modified redirect URL to navigate to a skin-specific confirmation page, rather than a common one.

View differences:

src/edu/ucsb/nceas/metacat/clientview/ClientViewHelper.java
959 959
            result = "metacat?action=read&qformat=" +clientViewBean.getQformat()
960 960
            + "&docid=" + docId + "&sessionid=" + clientViewBean.getSessionid() + "&message=" + message;
961 961
        } else {
962
            result = "style/common/confirm.jspx";
962
            result = "style/skins/" + clientViewBean.getQformat() + "/confirm.jspx";
963 963
        }
964 964
        //*** Reset bean action property.
965 965
        clientViewBean.setAction("");

Also available in: Unified diff