deleting this file as doesn't appear to be used anywhere

This commit is contained in:
hudajkhan 2013-12-05 16:19:52 -05:00
parent 691da05ff8
commit 19880d2dc7

View file

@ -1,27 +0,0 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#--
Menu Edit Form
Associated with generator:
edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.MenuEditingFormGenerator
-->
<h2>${editConfiguration.formTitle}</h2>
<#assign pageTitle = editConfiguration.literalValues["title"].getString() />
<form class="editForm" action = "${editConfiguration.submitToUrl}">
<input name="title" id="title" value="${pageTitle}">
<input type="hidden" name="editKey" value="${editConfiguration.editKey}" />
<div style="margin-top: 0.2em">
<input type="submit" value="${editConfiguration.submitLabel}" />
</div>
</form>
<@dumpAll/>