- Timestamp:
- Jan 27, 2015 10:50:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r701 r706 78 78 79 79 <div class="col-sm-8"> 80 <input type="text" name="fullname" value="<?php echo @$fullname; ?>" placeholder="Há» và tên" id="form-field-first" class="col-xs-12 col-sm-10" <?php if ( isset($p_id)) echo 'disabled'; ?>>80 <input type="text" name="fullname" value="<?php echo @$fullname; ?>" placeholder="Há» và tên" id="form-field-first" class="col-xs-12 col-sm-10" <?php if ($can_edit == 0) echo 'disabled'; ?>> 81 81 82 82 </div> … … 109 109 </div> 110 110 </div> 111 < div class="form-group">111 <!--div class="form-group"> 112 112 <label for="form-field-username" class="col-sm-4 control-label no-padding-right">Quáºn / Huyá»n</label> 113 113 … … 115 115 <input type="text" name="district" value="<?php echo @$district; ?>" placeholder="Quáºn / Huyá»n" id="form-field-district" class="col-xs-12 col-sm-10"> 116 116 </div> 117 </div >117 </div--> 118 118 119 119 </div>
Note: See TracChangeset
for help on using the changeset viewer.