NIHVIVO-2232: Added template for removing menu items
This commit is contained in:
parent
0707a992d6
commit
3fa716dbd1
1 changed files with 18 additions and 0 deletions
|
@ -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" />')}
|
Loading…
Add table
Add a link
Reference in a new issue