Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="company" class="span6">
- <label><b>Компания</b></label>
- <?php
- $list_data = Request::getcompany($model->CUsers_id);
- echo CHtml::dropDownList('company', null, $list_data, array('class' => 'span12'));
- ?>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment