Sindbad~EG File Manager

Current Path : /home/atdotid/posdemo.aturtoko.id/application/views/configs/
Upload File :
Current File : /home/atdotid/posdemo.aturtoko.id/application/views/configs/license_config.php

<?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