diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 20:57:04 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 20:57:04 +0000 |
| commit | 489cf4b07256a72505c578c2f52e7cb530901d7b (patch) | |
| tree | 744880828a24151beeda5e472c84fde84cba303e | |
| parent | bea385e3f11a3708196573f121b6a41bde4d5973 (diff) | |
| parent | 2743478dea1b32105cadd2ddec158284c9db683b (diff) | |
| download | nexus-489cf4b07256a72505c578c2f52e7cb530901d7b.tar.gz nexus-489cf4b07256a72505c578c2f52e7cb530901d7b.tar.bz2 nexus-489cf4b07256a72505c578c2f52e7cb530901d7b.zip | |
Merge with github
| -rw-r--r-- | templates/insert_menu_item_inc.tpl | 4 |
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} |
