<input type='checkbox' id='mm-welcome-email-enabled-field' <?php 
echo $welcomeEmailChecked;
?>
 onchange="mmjs.welcomeEmailChanged()" /> Send welcome email to new members
					<input type='hidden' id='mm-welcome-email-enabled' value='<?php 
echo $membership->doSendWelcomeEmail() ? "1" : "0";
?>
' />
				</div>
				<div style='clear:both;'>&nbsp;</div>
				<div  id='mm-welcome-email-row'>
					<div>
						From
						<select id="mm-email-from" class="medium-text">
						<?php 
echo MM_HtmlUtils::getEmployees($membership->getEmailFromId());
?>
						</select>
						<?php 
$employeesUrl = MM_ModuleUtils::getUrl(MM_MODULE_GENERAL_SETTINGS, MM_MODULE_EMPLOYEES);
?>
						<a href="<?php 
echo $employeesUrl;
?>
" style="font-size:10px" target="_blank">add employees</a>
					</div>
				
					<div style="margin-top:5px">
						Subject*
						<input id="mm-email-subject" type="text" style="width:368px; font-family:courier; font-size: 11px;" value="<?php 
echo $membership->getEmailSubject();