Ignore:
Timestamp:
Jan 29, 2015 5:32:13 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

    r714 r717  
    5050                                                                <select name="province" id="form-field-province" class="input-large">
    5151                                                                <?php foreach (lang('_PROVINCES_') as $pro):?>
     52                                                                        <option></option>
    5253                                                                        <option value="<?php echo $pro;?>" <?php if($user['province'] == $pro) echo "selected"; ?> ><?php echo $pro; ?></option>
    5354                                                                <?php endforeach;?>
Note: See TracChangeset for help on using the changeset viewer.