Ignore:
Timestamp:
Jan 27, 2015 10:50:04 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

    r701 r706  
    5050                                                                <select name="province" id="form-field-province" class="input-large">
    5151                                                                <?php foreach (lang('_PROVINCES_') as $pro):?>
    52                                                                         <option value="<?php echo $pro;?>"><?php echo $pro; ?></option>
     52                                                                        <option value="<?php echo $pro;?>" <?php if($user['province'] == $pro) echo "selected"; ?> ><?php echo $pro; ?></option>
    5353                                                                <?php endforeach;?>
    5454                                                                </select>
    5555                                                        </div>
    5656                                                </div>
    57                                                 <div class="form-group">
     57                                                <!--div class="form-group">
    5858                                                        <label for="form-field-district" class="col-sm-4 control-label no-padding-right">Quận / Huyện</label>
    5959
    6060                                                        <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">
     61                                                                <input type="text" name="district" value="<?php echo $user['district']; ?>" placeholder="Quận / Huyện" id="form-field-district" class="input-large">
    6262                                                        </div>
    63                                                 </div>
     63                                                </div-->
    6464
    6565<?php if ($can_edit == 1) { ?>
Note: See TracChangeset for help on using the changeset viewer.