Friday 18 July 2003 9:21:50 am
In the pagelayout.tpl for admin, the Admin site "user" tab points to "content" section. What's wrong with this code:
{* Users menu *}
{section show=eq($navigation_part.identifier,'ezusernavigationpart')}
{include uri="design:page_menuheadselected.tpl" menu_text='Users'|i18n('design/admin/layout') menu_url="/content/view/full/5/"}
{section-else}
{include uri="design:page_menuheadgray.tpl" menu_text='Users'|i18n('design/admin/layout') menu_url="/user/userlist/"} {/section} I am not able to set roles, permissions for users because the "users" tab links to the content template. Can someone please help. I "did not" edit this template. It is as it was when freshly installed. Thanks in advance. Doug Johnson
|