- Timestamp:
- Mar 2, 2015 1:07:19 PM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/frontend/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_infor.php
r770 r773 36 36 <div class="col-sm-8"> 37 37 <select name="province" id="form-field-province" class="col-xs-12 col-sm-10"> 38 <?php foreach ($provinces as $ pro): ?>39 <option value="<?php echo $ pro; ?>" <?php if ($user['province'] == $pro) echo "selected"; ?>><?php echo $pro; ?></option>38 <?php foreach ($provinces as $key => $pro): ?> 39 <option value="<?php echo $key; ?>" <?php if ($user['province'] == $key) echo "selected"; ?>><?php echo $pro; ?></option> 40 40 <?php endforeach; ?> 41 41 </select> -
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r753 r773 489 489 Từ 490 490 </th> 491 <th class="center"> Gói dá»ch vụ </th> 491 <th class="center"> 492 Sá» tiá»n (VNÄ) 493 </th> 494 <th class="center"> Dá»ch vụ </th> 492 495 <th> 493 496 <i class="icon-time bigger-110 hidden-480"></i>
Note: See TracChangeset
for help on using the changeset viewer.