- Timestamp:
- Jan 30, 2015 2:46:11 PM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/frontend
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php
r717 r721 145 145 $user['expire_date'] = date('Y-m-d', strtotime("+" . $package['p_period'] . " ".$package['p_unit'], strtotime($currentExpireDate))); 146 146 $user['p_id'] = $package['p_id']; 147 //$user['district'] = $input['district'];148 147 $user['province'] = $input['province']; 149 148 $this->user_model->updateUser($us_id, $user); … … 252 251 $result['errors'][] = array("content"=>lang('_SBG_REGISTER_VIP_SCHOOL_REQUIRED_MSG'),"field"=>"school"); 253 252 } 254 253 if (strlen($input['province']) == 0) { 254 $result['errors'][] = array("content"=>lang('_SBG_PROVINCE_REQUIRED_MSG'),"field"=>"province"); 255 } 255 256 $input['password'] = ''; 256 257 $input['oldpass'] = ''; 257 //$input['province'] = '';258 258 $this->load->model('user_model'); 259 259 if (!isset($result['errors'])) { -
pro-violet-viettel/sourcecode/application/modules/frontend/views/lecture_editor.php
r717 r721 72 72 <div class="col-sm-8"> 73 73 <input name="school" type="text" value="<?php echo $school; ?>" placeholder="ÄÆ¡n vá»" id="form-field-first" class="input-large"> 74 75 74 <label class="block clearfix has-error"> 75 <div id="school" class="help-block error"></div> 76 76 </label> 77 77 </div> … … 86 86 <?php endforeach;?> 87 87 </select> 88 <label class="block clearfix has-error"> 89 <div id="province" class="help-block error"></div> 90 </label> 88 91 </div> 89 92 </div>
Note: See TracChangeset
for help on using the changeset viewer.