summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 20:57:04 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 20:57:04 +0000
commit489cf4b07256a72505c578c2f52e7cb530901d7b (patch)
tree744880828a24151beeda5e472c84fde84cba303e
parentbea385e3f11a3708196573f121b6a41bde4d5973 (diff)
parent2743478dea1b32105cadd2ddec158284c9db683b (diff)
downloadnexus-489cf4b07256a72505c578c2f52e7cb530901d7b.tar.gz
nexus-489cf4b07256a72505c578c2f52e7cb530901d7b.tar.bz2
nexus-489cf4b07256a72505c578c2f52e7cb530901d7b.zip
Merge with github
-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}