Author: andre Date: 2009-07-02 20:55:30 +0200 (Thu, 02 Jul 2009) New Revision: 36522
Modified: openimages/trunk/src/main/webapp/editors/inc/form-create.jspx Log: made it app xml Modified: openimages/trunk/src/main/webapp/editors/inc/form-create.jspx =================================================================== --- openimages/trunk/src/main/webapp/editors/inc/form-create.jspx 2009-07-02 18:49:39 UTC (rev 36521) +++ openimages/trunk/src/main/webapp/editors/inc/form-create.jspx 2009-07-02 18:55:30 UTC (rev 36522) @@ -1,10 +1,11 @@ <jsp:root + version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0" - version="2.0"> + > -<mm:content expires="0"> +<mm:content expires="0" type="application/xml"> <mm:cloud method="asis"> <mm:import externid="nr" /> @@ -39,7 +40,7 @@ <input name="dir" type="hidden" value="${dir}" /> <input name="mmajaxeditor" type="hidden" value="${mmajaxeditor}" /> <div> - <input type="submit" name="submit${type}" value="Save" /> + <input type="submit" name="submit${type}" value="Save" class="submit" /> </div> </fieldset> </mm:createnode> @@ -88,7 +89,6 @@ <c:if test="${!empty saved}"> <c:choose> <c:when test="${mmajaxeditor eq 'yes'}"> - yes <div id="edit${new_node}" class="${type}"> <mm:haspage page="/editors/inc/node.jspx"> <mm:include page="/editors/inc/node.jspx" referids="new_n...@nr,type?" /> _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
