diff options
| author | spiderr <spider@viovio.com> | 2014-11-19 16:19:38 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-11-19 16:19:38 -0500 |
| commit | 2743478dea1b32105cadd2ddec158284c9db683b (patch) | |
| tree | 4271866b6db76ec46f10ea4c0bba7c57f2303bc4 /templates | |
| parent | 72b62a669e9bc6f6d73d2dc5e905d8c5d3d2558f (diff) | |
| download | nexus-2743478dea1b32105cadd2ddec158284c9db683b.tar.gz nexus-2743478dea1b32105cadd2ddec158284c9db683b.tar.bz2 nexus-2743478dea1b32105cadd2ddec158284c9db683b.zip | |
add-forminput-label-param-for-bs3
Diffstat (limited to 'templates')
| -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} |
