This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/host_provision_plugin/plugin_prod_DIRECTADMIN_1_23.tpl
2008-11-26 14:50:40 -08:00

16 lines
614 B
Smarty

{$list->unserial($product.host_provision_plugin_data, "plugin_data")}
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td width="50%"> DirectAdmin Package Name</td>
<td width="50%">
<input type="text" name="product_host_provision_plugin_data[package]" value="{$plugin_data.package}" class="form_field" size="20">
eg: newpackage</td>
</tr>
<tr valign="top">
<td width="50%">IP Based?</td>
<td width="50%">
{$list->bool("product_host_provision_plugin_data[type]", $plugin_data.type, "form_menu")}
</td>
</tr>
</table>