Пример #1
0
			</td>
		</tr>
		
		<tr <?php 
echo $provider_token == "default" ? "style='display:none;'" : "";
?>
>
			<?php 
$shortNameDesc = "Short names are passed to your email provider allowing you to segment your list based on which bundles a particular member has access to. You can name the short names anything you want. The best practice is to name it based on your bundle display name so that when you're looking to segment your list on your email provider you can readily associate the short names with the bundle.";
?>
			<td nowrap>Short Name*<?php 
echo MM_Utils::getInfoIcon($shortNameDesc);
?>
</td>
			<td><input id="mm-short-name" type="text" maxlength="10" class="long-text" value="<?php 
echo htmlentities($bundle->getShortName(), ENT_QUOTES);
?>
" <?php 
if ($bundle->hasSubscribers() && !empty($bundle->getShortName)) {
    echo "readonly='readonly'";
}
?>
 />
				<span id="mm-short-name-unique-status" style="display:none;">Short Name is Unique</span>
			</td>
		</tr>
		
		<tr>
			<td colspan="2">
			<div style="width: 600px; margin-top: 8px;" class="mm-divider"></div>
			</td>