%@ page language="java" %> <% String rzmodule = "revize_document_center";%> <%@ include file="/util/setup_editform_header.jsp"%> <%@ include file="/plugins/_editforms_/v2/includes/bootstrap.jsp"%> <% formTitle = "Edit a Document"; // Leave history blank to omit button headerClass = "col-md-8 col-md-offset-2"; moduleName = rzmodule; String parentRecordID = rz.fetch(moduleName,"placement"); if (parentRecordID.indexOf("in-category-") == 0) { parentRecordID = parentRecordID.replaceAll("in-category-",""); } else { out.print("This record does not appear to have a valid parent."); } %> <%@ include file="/plugins/_editforms_/v2/includes/header.jsp"%>