Changeset 701 for pro-violet-viettel/sourcecode/application/modules/frontend/views/package_register_modal.php
- Timestamp:
- Jan 19, 2015 5:10:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/package_register_modal.php
r638 r701 45 45 </div> 46 46 </div> 47 <div class="form-group"> 48 <label for="form-field-province" class="col-sm-4 control-label no-padding-right">Tá»nh / Thà nh phá»</label> 49 <div class="col-sm-8"> 50 <select name="province" id="form-field-province" class="input-large"> 51 <?php foreach (lang('_PROVINCES_') as $pro):?> 52 <option value="<?php echo $pro;?>"><?php echo $pro; ?></option> 53 <?php endforeach;?> 54 </select> 55 </div> 56 </div> 57 <div class="form-group"> 58 <label for="form-field-district" class="col-sm-4 control-label no-padding-right">Quáºn / Huyá»n</label> 59 60 <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"> 62 </div> 63 </div> 64 47 65 <?php if ($can_edit == 1) { ?> 48 66 Lưu Ü:
Note: See TracChangeset
for help on using the changeset viewer.