summaryrefslogtreecommitdiff
path: root/templates/insert_menu_item_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/insert_menu_item_inc.tpl')
-rw-r--r--templates/insert_menu_item_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/insert_menu_item_inc.tpl b/templates/insert_menu_item_inc.tpl
index c136ffe..659678e 100644
--- a/templates/insert_menu_item_inc.tpl
+++ b/templates/insert_menu_item_inc.tpl
@@ -40,10 +40,10 @@
{else}
<div class="form-group">
<p>{tr}This {$gContent->getContentTypeName()} is already part of the menu <strong>{$inNexusMenu.title|escape}</strong>.{/tr}</p>
- <label class="checkbox">
+ {forminput label="checkbox"}
<input type="checkbox" name="nexus[remove_item]" id="nexusRemove" value="{$inNexusMenuItem}" />Remove
{formhelp note="Check the box if you wish to remove this page from the menu. This will also allow you to insert the menu item in a different menu when editing the menu next time."}
- </label>
+ {/forminput}
</div>
{/if}
{/legend}