Example #1
0

<fieldset>
<legend><?php 
echo lang('ROUTE_INFO');
?>
</legend>
<div class="column span-4">
	<?php 
echo form_label(lang('ISSUE') . required_field(), 'issue');
?>
 
</div>
<div class="column span-20 last">
	<?php 
echo form_dropdown('issue', get_airissues_types(), set_value('issue', $ds->issue), 'id="issue" class="text"');
?>
</div>

<div class="column span-24 last" id="routes">
	<?php 
echo $routes;
?>
</div>
<div class="column span-4">
	<?php 
echo form_label(lang('AIRCOMPANY') . required_field(), '_aircompanies_rid');
?>
 
</div>
<div class="column span-8">
Example #2
0
</div>	


<fieldset>
<legend><?php 
echo lang('ROUTE_INFO');
?>
</legend>
<div class="column span-4">
	<?php 
echo form_label(lang('ISSUE'), 'issue');
?>
</div>
<div class="column span-20 last">
	<?php 
echo form_dropdown('issue', get_airissues_types(), set_value('issue', $ds->issue), 'id="issue" readonly="readonly" class="text part-5"');
?>
</div>

<div class="column span-24 last" id="routes">
	<?php 
echo $routes;
?>
</div>
</fieldset>

<fieldset>
<legend><?php 
echo lang('BILL_INFO');
?>
</legend>