Пример #1
0
				<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>
		</tr>	
		
		<tr>
			<td>Expiry Settings</td>
			<td>
				<div id="mm-subscription-container">
					<input type='hidden' name='should-expire' id='should-expire' value='<?php 
echo $bundle->doesExpire() ? "1" : "0";
?>
' />
					<input type="checkbox" name="expiry-setting" id="expiry-setting" value="1" onclick="mmjs.setToExpire()" <?php 
echo $bundle->doesExpire() ? "checked" : "";
?>
 <?php 
echo $subTypeDisabled ? "disabled" : "";
?>
 /> Bundle Expires
				</div>
				
				<div style="margin-top:5px; display: none;" id='expires_div' >
					Expires After <input type='text' id='expire_amount' name='expire_amount' value='<?php 
echo $bundle->getExpireAmount();
?>