Sindbad~EG File Manager
<?php echo form_open('', array('id' => 'license_config_form', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal')); ?>
<div id="config_wrapper">
<fieldset>
<?php
$counter = 0;
foreach($licenses as $license)
{
?>
<div class="form-group form-group-sm">
<?php echo form_label($license['title'], 'license', array('class' => 'control-label col-xs-3')); ?>
<div class='col-xs-6'>
<?php echo form_textarea(array(
'name' => 'license',
'id' => 'license_' . $counter++,
'class' => 'form-control',
'readonly' => '',
'value' => $license['text'])); ?>
</div>
</div>
<?php
}
?>
</fieldset>
</div>
<?php echo form_close(); ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists