Ignore:
Timestamp:
Mar 27, 2015 9:49:55 AM (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

    r753 r838  
    4848                                                        <label for="form-field-province" class="col-sm-4 control-label no-padding-right">Tỉnh / Thành phố</label>
    4949                                                        <div class="col-sm-8">
    50                                                                 <select name="province" id="form-field-province" class="input-large">
     50                                                                <select name="province" id="form-field-province" class="form-field-province input-large">
    5151                                                                        <option></option>
    5252                                                                <?php foreach (lang('_PROVINCES_') as $key=>$pro):?>
     
    5656                                                        </div>
    5757                                                </div>
    58                                                 <!--div class="form-group">
    59                                                         <label for="form-field-district" class="col-sm-4 control-label no-padding-right">Quận / Huyện</label>
    60 
     58                                                <div class="form-group">
     59                                                        <label for="form-field-username" class="col-sm-4 control-label no-padding-right">Quận / Huyện</label>
    6160                                                        <div class="col-sm-8">
    62                                                                 <input type="text" name="district" value="<?php echo $user['district']; ?>" placeholder="Quận / Huyện" id="form-field-district" class="input-large">
     61                                                                <select name="district" id="form-field-district" class="form-field-district input-large">
     62                       
     63                                                                </select>
    6364                                                        </div>
    64                                                 </div-->
     65                                                </div>
    6566
    6667<?php if ($can_edit == 1) { ?>
Note: See TracChangeset for help on using the changeset viewer.