コード例 #1
0
ファイル: update.php プロジェクト: hikaram/utitheme
				<?php 
echo $form->labelEx($model, 'status', array('class' => 'col-md-2 control-label'));
?>
				<div class="col-md-9">
					<?php 
echo $form->dropDownList($model, 'status', Horders::gridStatusItems(), array('class' => 'form-control input-inline input-large'));
?>
				</div>
			</div>
			<div class="form-group" style="margin-top: 20px;">
				<?php 
echo $form->labelEx($model, 'is_unregistered_customer', array('class' => 'col-md-2 control-label'));
?>
				<div class="col-md-9">
					<label class = "form-control input-inline input-large" readonly><?php 
echo Horders::gridIsUnregisteredItem($model->is_unregistered_customer);
?>
</label>
				</div>
			</div>
			<div class="form-group" style="margin-top: 20px;">
				<?php 
echo $form->labelEx($model, 'store_delivery_types__id', array('class' => 'col-md-2 control-label'));
?>
				<div class="col-md-9">
					<?php 
echo $form->textField($model->deliveryType, 'name', array('class' => 'form-control input-inline input-large', 'readonly' => 'readonly'));
?>
				</div>
			</div>
			<div class="form-group" style="margin-top: 20px;">