{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="subtitle"}{/block} {block name="content"} {include file='templates/menu/quicklinks.tpl'}
{capture name='options'}select:function(event,ui){ldelim}ui.item.value='(('+ui.item.value+'))';{rdelim}{/capture} {autocomplete element="#menu_url" type='pagename' options=$smarty.capture.options}
{tr}For wiki page, use ((PageName)).{/tr}
{if $option_groups|@count ge '2'} {if $prefs.jquery_select2 neq 'y'}{$ctrlMsg="{tr}Use Ctrl+Click to select multiple options{/tr}
"}{/if} {remarksbox type="tip" title="{tr}Tip{/tr}"}{$ctrlMsg}{tr}Selecting 2 groups means that the option will be seen if the user belongs to the 2 groups. If you want the 2 groups to see the option, create 2 options with one group each.{/tr}
{tr}If the url is ((PageName)), you do not need to put the groups, the option will be displayed only if the page can be displayed.{/tr}{/remarksbox} {/if}

{autocomplete element="#menu_section" type="array" options="source:prefNames,multiple:true,multipleSeparator:','"}{* note, multiple doesn't work in jquery-ui 1.8 *}
{tr}Separate multiple feature/preferences with a comma ( , ) for an AND or a vertical bar ( | ) for an OR.{/tr}

{autocomplete element="#menu_perm" type="array" options="source:permNames,multiple:true,multipleSeparator:','"}{* note, multiple doesn't work in jquery-ui 1.8 *}
{tr}Separate multiple permissions with a comma ( , ) for an AND or a vertical bar ( | ) for an OR.{/tr}

{tr}Input an HTML class value for the menu option. Separate with a space for multiple classes.{/tr}
{if $prefs.feature_userlevels eq 'y'}
{/if} {if $menuInfo.use_items_icons eq 'y'}
{/if} {if $tiki_p_admin_categories == 'y' and $prefs.feature_templated_groups eq 'y'}
{/if}
{ticket mode=confirm}
{/block}