<% Sub GetHelp 
	GenerateDisplayHeader "How to set up admin users"
	GenerateDisplayBodyHeader
		%>
<P>From this page you can add and edit admin users.</P>
<P>If you want to add a new user, simply fill out the form at the lower section of the page and click Add New Administrator.</P>
<P>If you want to edit an existing user, click on the Edit icon next to their username at the top of the page.</P>
<p>If you want to delete an existing user, tick the box to the right of their username and then click the Delete button.</p>
<P> <strong>Userid: </strong>Is the username they use to login.</P>
<P><strong>Password: </strong>Is the password they use to login</P>
<P><strong>Menu Access: </strong>These are the menu items they have access to.</P>
<P><strong>Table Access: </strong>These are the tables they have access to view and edit.</P>
<P><strong>Type of Administrator: </strong>A Normal Administrator can view and edit any content. A Restricted Administrator can only edit content that they themselves have created. </P>
<% 
	GenerateDisplayBodyFooter
End Sub %>
