echo $location->getId();
?>
" />
<table class="form">
<tr><td class="form">
	<table class="form_content" width="100%">
	<tbody>
		<tr>
			<td class="first" style="vertical-align: middle;" width="25%"><label><?php 
echo __('Ruang Ujian');
?>
</label></td>
            <td class="first" width="2%" style="vertical-align:middle; text-align: center;">:</td>
            <td class="first" style="vertical-align: middle;">
            <?php 
echo my_object_select_tag($location, 'getId', LocationPeer::getParents(), array('related_class' => 'Location', 'name' => 'location', 'id' => 'location', 'include_blank' => false, 'peer_method' => 'doFiltered', 'disabled' => true));
?>
        	</td>
		</tr>
        <tr>
			<td style="vertical-align: middle;" ><label><?php 
echo __('Pindah ke Ruang Ujian');
?>
</label></td>
            <td width="2%" style="vertical-align:middle; text-align: center;">:</td>
            <td style="vertical-align: middle;">
            <?php 
echo select_tag('location1', options_for_select($accal_options, '', array('related_class' => 'Location', 'include_blank' => true)));
?>
 
			<?php 
</td>
                    
					<td class='filter'><?php 
echo input_tag('filters[YEAR]', isset($filters['YEAR']) ? $filters['YEAR'] : null, array('size' => 4));
?>
</td>
					
                    <td class='filter'>
						<?php 
echo input_date_tag('filters[START]', isset($filters['START']) ? $filters['START'] : null, array('rich' => true, 'withtime' => false, 'calendar_button_img' => '/images/calendar.gif'));
?>
					</td>

                    <td class='filter'>
					<?php 
echo my_object_select_tag(isset($filters['LOCATION_ID']) ? $filters['LOCATION_ID'] : null, null, LocationPeer::getParents(), array('include_blank' => true, 'related_class' => 'Location', 'peer_method' => 'doFiltered', 'control_name' => 'filters[LOCATION_ID]', 'style' => 'width: 80px;'));
?>
</td>
					<td class="filter">&nbsp;</td>
                    <td class="filter">&nbsp;</td>
				</tr>
			</thead>
			<tbody>
			<?php 
if ($pager->getNbResults() < 1) {
    ?>
				<tr class="list"><td colspan="100"><div class="no_record"><?php 
    echo __('No record found');
    ?>
</div></td></tr>
			<?php