Changeset 548 for pro-violet-viettel/sourcecode/application
- Timestamp:
- Nov 18, 2014 10:10:04 AM (11 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
r542 r548 75 75 parse_str($user_info['user'], $info); 76 76 if (isset($input['fullname'])) { 77 if (strlen($input['fullname']) < 1 0) {78 $result['errors'][] = "Vui lòng nháºp tên Äầy Äá»§ tá»i thiá»u 10 kà tá»±";79 } 80 if (strlen($input['school']) < 1 0) {81 $result['errors'][] = "Vui lòng nháºp ÄÆ¡n vá» quà vá» Äang cÃŽng tác tá»i thiá»u 10 kà tá»±";77 if (strlen($input['fullname']) < 1) { 78 $result['errors'][] = "Vui lòng nháºp há» tên Äầy Äá»§ tiếng Viá»t"; 79 } 80 if (strlen($input['school']) < 1) { 81 $result['errors'][] = "Vui lòng nháºp ÄÆ¡n vá» cÃŽng tác"; 82 82 } 83 83 if (!isset($result['errors'])) { -
pro-violet-viettel/sourcecode/application/modules/frontend/views/package_register_modal.php
r547 r548 27 27 <div class="col-sm-8"> 28 28 <input name="fullname" <?php if ($can_edit == 0) { ?> disabled <?php } ?> type="text" value="<?php echo $info['fullname']; ?>" placeholder="Há» và tên" id="form-field-first" class="input-large"> 29 <br /> 30 <?php if ($can_edit == 1) { ?> 31 (Lưu Ü: Quà vá» cần Äiá»n Äầy Äá»§ Há» tên chÃnh xác bằng tiếng Viá»t có dấu, các tên ÄÆ¡n vá» sẜ khÃŽng ÄÆ°á»£c chấp nháºn. ThÃŽng tin Há» tên sẜ khÃŽng thá» thay Äá»i sau khi Quà vá» ÄÄng kà Sá» dụng dá»ch vụ. 32 <?php } ?> 29 33 </div> 30 34 </div> … … 39 43 </div> 40 44 </div> 41 <?php if ($can_edit == 1) { ?> 42 (Lưu Ü: Quà vá» cần Äiá»n Äầy Äá»§ Há» tên chÃnh xác bằng tiếng Viá»t có dấu, các tên ÄÆ¡n vá» sẜ khÃŽng ÄÆ°á»£c chấp nháºn. ThÃŽng tin Há» tên sẜ khÃŽng thá» thay Äá»i sau khi Quà vá» ÄÄng kà Sá» dụng dá»ch vụ.<br /> 43 <?php } ?> 45 44 46 </form> 45 47 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.