Ejemplo n.º 1
0
		<tr>
			<td colspan="2">
			<span style="font-size:11px;">
			Employee accounts are used to grant access to additional members of your team. Once the 
			account has been created, the employee can login with the email address and password associated with the account.</span>
			</td>
		</tr>
		<tr>
			<td>Role</td>
			<td>
				<select id='mm-role-id' <?php 
echo $disableRole;
?>
 onchange="mmjs.toggleAccessRestrictions();">
				<?php 
echo MM_HtmlUtils::generateSelectionsList(MM_Role::getRoleList(), $employee->getRoleId());
?>
				</select>
				<div id='mm-role-desc-admin' style="font-size:11px; margin-top:4px; display:none;">Employees with
			the <code>Adminstrator</code> role have the same permissions as a standard WordPress administrator and have access to all MemberMouse
			configuration modules, member management pages and the reporting suite.</div>
			<div id='mm-role-desc-support' style="font-size:11px; margin-top:4px; display:none;">Employess with the <code>Support</code> role will only be able to access the MemberMouse 
			member management pages.</div>
			<div id='mm-role-desc-sales' style="font-size:11px; margin-top:4px; display:none;">Employess with the <code>Sales</code> role will only be able to access the MemberMouse 
			member management pages.</div>
			<div id='mm-role-desc-product-mgr' style="font-size:11px; margin-top:4px; display:none;">Employess with the <code>Product Manager</code> role will only be able to access the MemberMouse 
			 product settings and member management pages.</div>
			<div id='mm-role-desc-analyst' style="font-size:11px; margin-top:4px; display:none;">Employess with the <code>Analyst</code> role will only be able to access the MemberMouse reporting suite.</div>
			</td>
		</tr>
		<tr>