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/user_profile.php

    r716 r717  
    104104                                                                                                                <select name="province" id="form-field-province" class="col-xs-12 col-sm-10">
    105105                                                                                                                <?php foreach ($provinces as $pro):?>
     106                                                                                                                        <option></option>
    106107                                                                                                                        <option value="<?php echo $pro;?>" <?php if($province==$pro) echo "selected"; ?>><?php echo $pro; ?></option>
    107108                                                                                                                <?php endforeach;?>
Note: See TracChangeset for help on using the changeset viewer.