コード例 #1
0
ファイル: add.php プロジェクト: phucdnict/cbcc_05062015
<?php 
if ($item['id'] == 0) {
    ?>
<div class="control-group">
	<label class="control-label">Thừa kế lại cấu hình kiến nghị của đợt</label>
	<div class="controls">
		<?php 
    echo AdminThontoHelper::selectBox('', array('name' => 'thuake_dot'), 'thonto_dotbaocao', array('id', 'tendot'));
    ?>
	</div>
</div>
<div class="control-group">
	<label class="control-label">Thừa kế lại cấu hình nội dung họp của đợt</label>
	<div class="controls">
		<?php 
    echo AdminThontoHelper::selectBox('', array('name' => 'thuake_noidunghop'), 'thonto_dotbaocao', array('id', 'tendot'));
    ?>
	</div>
</div>
<?php 
}
?>
</fieldset>
<input type="hidden" name="id" value="<?php 
echo $item['id'];
?>
" />
<input type="hidden" name="task" id="task" value="" />
<input type="hidden" name="dbtable" value="<?php 
echo $this->data['table'];
?>