Beispiel #1
0
?>
<form name='configure_site_text' method='post' >
<div class="mm-wrap">
    <span class="mm-section-header">Forgot Password Email</span>
	<div id="mm-form-container" style="margin-top: 10px; margin-bottom: 15px;">	
		<div style="margin-top:5px">
			Subject*
			<input name="mm-forgot-password-email-subject" type="text" style="width:454px; font-family:courier; font-size: 11px;" value="<?php 
echo $forgotPasswordEmail->subject;
?>
"/>
		</div>
		
		<div style="margin-top:5px">
			Body* <?php 
echo MM_SmartTagLibraryView::smartTagLibraryButtons("mm-forgot-password-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";
$validSmartTags .= "[MM_Employee_Data]\n";
$validSmartTags .= "[MM_Member_Data]\n";
$validSmartTags .= "[MM_Member_Decision]\n";
$validSmartTags .= "[MM_Member_Link]\n";
$validSmartTags .= "[MM_Purchase_Link]";
?>
			<span style="font-size:11px; color:#666666; margin-left: 5px;"><em>Note: Only certain SmartTags can be used here</em></span>
Beispiel #2
0
if ($onsiteService && $onsiteService->isActive() && $onsiteService->supportsFeature(MM_PaymentServiceFeatures::CARD_ON_FILE)) {
    ?>
	<tr>
		<td colspan="2">
		<div style="width: 540px; margin-top: 5px; margin-bottom:4px;" class="mm-divider"></div>
		</td>
	</tr>
	<tr>
		<td>Purchase Confirmation Message<?php 
    echo MM_Utils::getInfoIcon("Enter a purchase confirmation message for this product. It will be displayed to the member when they click to purchase a product using a card on file.");
    ?>
</td> 
		<td>
			<div>
				<?php 
    echo MM_SmartTagLibraryView::smartTagLibraryButtons("purchase_confirmation_message");
    ?>
				<?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";
    $validSmartTags .= "[MM_Employee_Data]\n";
    $validSmartTags .= "[MM_Form] (1clickPurchase type only)\n";
    $validSmartTags .= "[MM_Member_Data]\n";
    $validSmartTags .= "[MM_Member_Decision]\n";
    $validSmartTags .= "[MM_Member_Link]\n";
    $validSmartTags .= "[MM_Purchase_Link]";
    ?>
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";
$validSmartTags .= "[MM_Employee_Data]\n";
$validSmartTags .= "[MM_Member_Data]\n";
$validSmartTags .= "[MM_Member_Decision]\n";
$validSmartTags .= "[MM_Member_Link]\n";
$validSmartTags .= "[MM_Purchase_Link]";
?>
						<span style="font-size:11px; color:#666666; margin-left: 5px;"><em>Note: Only certain SmartTags can be used here</em></span>