7 lines
208 B
PHP
7 lines
208 B
PHP
<table class="box-left">
|
|
<tr>
|
|
<th>Shared IPs</th>
|
|
<td><?php echo Form::input('provision_plugin_data[shared_ip]',$o->value('shared_ip')); ?></td>
|
|
</tr>
|
|
</table>
|