Пример #1
0
(Command key) + click</code>
				</span>
			</td>
		</tr>
		
		<tr>
			<td colspan="2">
			<div style="width: 600px; margin-top: 8px;" class="mm-divider"></div>
			</td>
		</tr>	
		
		<tr>
			<td>Description</td>
			<td>
				<textarea id="mm-description" name='description' class="long-text" style="font-size:11px;"><?php 
echo $bundle->getDescription();
?>
</textarea>
			</td>
		</tr>
	</table>
	
	<input id='id' type='hidden' value='<?php 
if ($bundle->getId() != 0) {
    echo $bundle->getId();
}
?>
' />
	<input id='autogen_shortname' type='hidden' value='<?php 
echo $provider_token == "default" && $bundle->getShortName() == "" ? "true" : "false";
?>