Пример #1
0
?>
	<table cellspacing="10">
		<tr>
			<td width="150">Name*</td>
			<td><input id="mm-display-name" type="text" class="long-text" value="<?php 
echo htmlentities($bundle->getName(), ENT_QUOTES);
?>
"/></td>
		</tr>
		
		<tr>
			<td>Status</td>
			<td>
				<div id="mm-status-container">
					<input type="radio" name="status" value="active" onclick="mmjs.processForm()" <?php 
echo $bundle->getStatus() == "1" ? "checked" : "";
?>
  /> Active  &nbsp;
					<input type="radio" name="status" value="inactive" onclick="mmjs.processForm()" <?php 
echo $bundle->getStatus() == "0" ? "checked" : "";
?>
 /> Inactive
				</div>
				
				<input id="mm-status" type="hidden" />
			</td>
		</tr>
		
		<tr>
			<td colspan="2">
			<div style="width: 600px; margin-top: 8px;" class="mm-divider"></div>