Ignore:
Timestamp:
Jan 30, 2015 5:43:04 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

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

    r717 r723  
    4949                                                        <div class="col-sm-8">
    5050                                                                <select name="province" id="form-field-province" class="input-large">
     51                                                                        <option></option>
    5152                                                                <?php foreach (lang('_PROVINCES_') as $pro):?>
    52                                                                         <option></option>
    5353                                                                        <option value="<?php echo $pro;?>" <?php if($user['province'] == $pro) echo "selected"; ?> ><?php echo $pro; ?></option>
    5454                                                                <?php endforeach;?>
Note: See TracChangeset for help on using the changeset viewer.