deleting this file as doesn't appear to be used anywhere
This commit is contained in:
parent
691da05ff8
commit
19880d2dc7
1 changed files with 0 additions and 27 deletions
|
@ -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/>
|
|
Loading…
Add table
Reference in a new issue