Пример #1
0
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();
?>
"/>
					</div>
					
					<div style="margin-top:5px">
						Body* <?php 
echo MM_SmartTagLibraryView::smartTagLibraryButtons("mm-email-body");
?>
						<?php 
$validSmartTags = "Only the following SmartTags can be used here:\n";
$validSmartTags .= "[MM_Access_Decision] (you must provide an ID)\n";
$validSmartTags .= "[MM_Content_Data] (you must provide an ID)\n";
$validSmartTags .= "[MM_Content_Link] (you must provide an ID)\n";
$validSmartTags .= "[MM_CorePage_Link]\n";
$validSmartTags .= "[MM_CustomField_Data]\n";