NIHVIVO-2232: Added template for removing menu items

This commit is contained in:
manolobevia 2011-07-13 20:14:39 +00:00
parent 0707a992d6
commit 3fa716dbd1

View file

@ -0,0 +1,18 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#--Template for removing menu items -->
<h3>Remove menu item</h3>
<section id="remove-menu-item" role="region">
<form method="POST" action="${formUrls}" class="customForm" role="remove menu item">
<input type="hidden" name="menuItem" id="menuItem" value="${menuItem}" role="input" />
<p>Are you sure you want to remove <em>${menuItem}</em> menu item?</p>
<input type="submit" name="removeMenuItem" value="Remove menu item" class="submit" role="input" /> or <a class="cancel" href="${cancelUrl}">Cancel</a>
</form>
</section>
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/menupage/testmenupage.css" />')}
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/customForm.css" />')}