{strip} {if $gBitUser->hasPermission( 'p_nexus_insert_item' ) and $nexusList} {jstab title="Menu"} {legend legend="Insert in Menu"} {if !$inNexusMenu} {foreach from=$nexusList item=menu} {if $menu.editable or $gBitUser->isAdmin()}
{formlabel label="Menu"} {forminput} {$menu.title|escape} {if $menu.description}( {$menu.description|escape} ){/if} {/forminput}
{formlabel label="Insert here" for="nexus`$menu.menu_id`"} {forminput}   {tr}after{/tr}   {/forminput}

{/if} {/foreach}
{formlabel label="Don't insert" for="nexus-no-insert"} {forminput} {/forminput}
{else}

{tr}This {$gContent->mType.content_description} is already part of the menu {$inNexusMenu.title|escape}.{/tr}

{formlabel label="Remove" for="nexusRemove"} {forminput} {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."} {/forminput}
{/if} {/legend} {/jstab} {/if} {/strip}