Ignore:
Timestamp:
Jan 19, 2015 5:10:23 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/package_register_modal.php

    r638 r701  
    4545                            </div>
    4646                        </div>
     47                                                <div class="form-group">
     48                                                        <label for="form-field-province" class="col-sm-4 control-label no-padding-right">Tỉnh / Thành phố</label>
     49                                                        <div class="col-sm-8">
     50                                                                <select name="province" id="form-field-province" class="input-large">
     51                                                                <?php foreach (lang('_PROVINCES_') as $pro):?>
     52                                                                        <option value="<?php echo $pro;?>"><?php echo $pro; ?></option>
     53                                                                <?php endforeach;?>
     54                                                                </select>
     55                                                        </div>
     56                                                </div>
     57                                                <div class="form-group">
     58                                                        <label for="form-field-district" class="col-sm-4 control-label no-padding-right">Quận / Huyện</label>
     59
     60                                                        <div class="col-sm-8">
     61                                                                <input type="text" name="district" value="<?php echo @$district; ?>" placeholder="Quận / Huyện" id="form-field-district" class="input-large">
     62                                                        </div>
     63                                                </div>
     64
    4765<?php if ($can_edit == 1) { ?>
    4866                        Lưu Ü:
Note: See TracChangeset for help on using the changeset viewer.