<%-- #RevizeProperties USE REVIZE MENU (DOCUMENT PROPERTIES) TO EDIT DATA BELOW: status=new options= server=localhost:80 projectName= label= location= version= docType=editpage subType=form moduleName= fieldName= channels=| description=Image Link Editform --%><%-- #BeginRZ-PageHeader --%><%@ page language="java" %><% String rzmodule = "agendas_minutes";%><%@ include file="/util/setup_editform_header.jsp" %><%-- #EndRZ-PageHeader --%> <%@ include file="/plugins/_editforms_/v2/includes/bootstrap.jsp"%><% formTitle = "Agenda Category"; // Leave history blank to omit button historyStr = "category{Category}"; // usually col-md-12, used button include for title bar an headerClass = "col-md-8 col-md-offset-2"; %><%@ include file="/plugins/_editforms_/v2/includes/header.jsp"%> <div id="revize-main"> <!-- Make use to add name="XMLForm" and the hidden XMLString field --> <form id="rz-form" name="XMLForm" method="post" action=""> <input name="XMLString" type="hidden" /> <%@ include file="/plugins/_editforms_/v2/includes/editform-buttons-top.jsp"%> <div class="form-container"> <div class="container"> <div class="row"> <div class="<%=headerClass%>"> <div class="tab-content rz-tab-content"> <div role="tabpanel" class="tab-pane rz-tab-pane fade in active" id="edit-tab"> <div class="edit-form-fields"> <%rz.fetch("agendas_minutes", "seq_no");%> <rzt:text-field label="Sequence Number" field="seq_no" content="<%=rz.content%>" placeholder="ex. 1.0" help="The order in which you want this to show up (Secondary Sort)" /> <%rz.fetch("news", "seq_no");%> <rzt:text-field label="Category Name" field="category" content="<%=rz.content%>" placeholder="Enter category name here" /> <% if( rz.isvalidfield("agendas_minutes","emailnotify") ) { %> <div class="rz-checkboxs"> <%-- Field must be emailnotify and set up in the module as emailnotify --%> <rzt:checkbox label="Send email notification?" field="emailnotify" checkedValue="yes" /> </div><!-- /.rz-checkboxs --><% } %> </div><!-- /.edit-form-fields --> <%@ include file="/plugins/_editforms_/v2/includes/editform-buttons-bottom.jsp"%> </div><!-- /tab-content --> </div><!-- /.col-md-8 --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.form-container --> </form> </div><!-- /#revize-main --> </div><!-- /#revize-main-wrap --> <%@ include file="/plugins/_editforms_/v2/includes/scripts.jsp"%> <%-- Custom Scripts can be added here after the standard scripts --%> <%@ include file="/plugins/_editforms_/v2/includes/footer.jsp"%>