{strip}
{box title="`$admmenu_info.name`"} {include file="bitpackage:users/user_menu.tpl" moptions=$allmoptions menu_info=$admmenu_info} {/box} {form legend="Edit menu options"}
{formlabel label="Name" for="menu_name"} {forminput} {formhelp note="Visible name of the link in the menu."} {/forminput}
{formlabel label="URL" for="menu_url"} {forminput} {formhelp note="Full path to the page. (This should be PACKAGE and RELATIVE PATH)."} {/forminput}
{formlabel label="Package" for="menu_section"} {forminput} {formhelp note="You can select when this item is visible depending on what package you are browsing. (not working at the moment)"} {/forminput}
{formlabel label="Permissions" for="menu_perm"} {forminput} {formhelp note="Determines what permissions are required to view this menu item."} {/forminput}
{formlabel label="Group" for="menu_groupname"} {forminput} {formhelp note="Select which group can view this item. Your can cofigure Groups and Users from the Administration --> Users pages."} {/forminput}
{formlabel label="Type" for="type"} {forminput} {formhelp note="
section
A section is the link that will serve as a collapsable menu section (or as a menu heading if the menu type is fixed).
option
These are the actual menu options.
"} {/forminput}
{formlabel label="Position" for="position"} {forminput} {formhelp note=""} {/forminput}
{/form}
{minifind menu_id=$menu_id sort_mode=$sort_mode page=$page} {cycle values="even,odd" print=false} {section name=user loop=$admmoptions} {sectionelse} {/section}
{tr}Menu Options{/tr}
{tr}ID{/tr} {tr}Position{/tr} {tr}Name{/tr} {tr}URL{/tr} {tr}Type{/tr} {tr}Sections{/tr} {tr}Permissions{/tr} {tr}Group{/tr} {tr}Action{/tr}
{$admmoptions[user].menu_id} {$admmoptions[user].position} {$admmoptions[user].name} {$admmoptions[user].url} {$admmoptions[user].type} {$admmoptions[user].section} {$admmoptions[user].perm} {$admmoptions[user].groupname} {biticon ipackage="icons" iname="user-trash" iexplain="remove"} {biticon ipackage="icons" iname="edit" iexplain="edit"}
{tr}No records found{/tr}
{pagination menu_id=$menu_id page=$page} {/strip}