Ignore:
Timestamp:
Nov 20, 2014 8:58:58 AM (10 years ago)
Author:
quyenla
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/admin/views
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/collaborator/index.php

    r461 r576  
    132132
    133133                        <div class="col-sm-9">
     134                            <label class="block clearfix has-error">
    134135                            <span class="input-icon">
    135136                                <input name="full_name" type="text" id="form-field-1" placeholder="Tên cộng tác viên">
    136137                                <i class="icon-user blue"></i>
    137138                            </span>
     139                            <div id="full_name" class="help-block error"></div>
     140                            </label>
    138141                        </div>
    139142                        <div class="help-block"> </div>
     
    143146
    144147                        <div class="col-sm-9">
     148                            <label class="block clearfix has-error">
    145149                            <span class="input-icon">
    146150                                <input name="login_name" type="text" id="form-field-1" placeholder="Tài khoản">
    147151                                <i class="icon-user blue"></i>
    148152                            </span>
     153                            <div id="login_name" class="help-block error"></div>
     154                            </label>
    149155                        </div>
    150156                        <div class="help-block"> </div>
     
    154160
    155161                        <div class="col-sm-9">
     162                            <label class="block clearfix has-error">
    156163                            <span class="input-icon">
    157164                                <input name="cellphone" type="text" id="form-field-1" placeholder="Số điện thoại">
    158165                                <i class="icon-user blue"></i>
    159166                            </span>
     167                            <div id="cellphone" class="help-block error"></div>
     168                            </label>
    160169                        </div>
    161170                        <div class="help-block"> </div>
     
    167176
    168177                        <div class="col-sm-9">
     178                            <label class="block clearfix has-error">
    169179                            <span class="input-icon">
    170180                                <input type="password" name="passwd" id="form-field-2" placeholder="Mật khẩu">
    171181                                <i class="icon-lock blue"></i>
    172182                            </span>
     183                            <div id="passwd" class="help-block error"></div>
     184                            </label>
    173185                        </div>
    174186                        <div class="help-block"> </div>
  • pro-violet-viettel/sourcecode/application/modules/admin/views/smstemplate/index.php

    r461 r576  
    134134
    135135                        <div class="col-sm-9">
     136                            <label class="block clearfix has-error">
    136137                            <span class="input-icon">
    137138                                <input  name="sms_content" type="text" id="form-field-1" placeholder="Mẫu tin nhắn" value="">
    138139                                <i class="icon-user blue"></i>
    139140                            </span>
     141                            <div id="sms_content" class="help-block error"></div>
     142                            </label>
    140143                        </div>
    141144                        <div class="help-block"> </div>
     
    145148
    146149                        <div class="col-sm-9">
     150                            <label class="block clearfix has-error">
    147151                            <span class="input-icon">
    148152                                <input  name="sms_reply" type="text" id="form-field-1" placeholder="Tin trả lời"  value="">
    149153                                <i class="icon-user blue"></i>
    150154                            </span>
     155                            <div id="sms_reply" class="help-block error"></div>
     156                            </label>
    151157                        </div>
    152158                        <div class="help-block"> </div>
     
    156162
    157163                        <div class="col-sm-9">
     164                            <label class="block clearfix has-error">
    158165                            <span class="input-icon">
    159166                                <input   name="service_id" type="text" id="form-field-1" placeholder="Mã dịch vụ"  value="">
    160167                                <i class="icon-user blue"></i>
    161168                            </span>
     169                            <div id="service_id" class="help-block error"></div>
     170                            </label>
    162171                        </div>
    163172                        <div class="help-block"> </div>
     
    167176
    168177                        <div class="col-sm-9">
     178                            <label class="block clearfix has-error">
    169179                            <span class="input-icon">
    170180                                <input   name="commandcode" type="text" id="form-field-1" placeholder="Mã lệnh"  value="">
    171181                                <i class="icon-user blue"></i>
    172182                            </span>
     183                            <div id="commandcode" class="help-block error"></div>
     184                            </label>
    173185                        </div>
    174186                        <div class="help-block"> </div>
  • pro-violet-viettel/sourcecode/application/modules/admin/views/smstemplate/listview.php

    r573 r576  
    7676                               
    7777                             
    78                                 <th class="<?php if ($sorting_field == 'sms_content') {echo $sorting_order;} else {echo "sorting";}?>" id="sms_content" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 283px;" aria-label="Họ tên: activate to sort column ascending">Mẫu tin nhắn</th>
    79                                 <th class="<?php if ($sorting_field == 'sms_reply') {echo $sorting_order;} else {echo "sorting";}?>" id="sms_reply" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">Trả lời</th>
    80                                 <th class="<?php if ($sorting_field == 'service_id') {echo $sorting_order;} else {echo "sorting";}?>" id="service_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">Mã dịch vụ</th>
    81                                 <th class="<?php if ($sorting_field == 'commandcode') {echo $sorting_order;} else {echo "sorting";}?>" id="commandcode" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 209px;" aria-label="Ngày đăng kÜ: activate to sort column ascending">
    82                                    
    83                                     Mã câu lệnh
    84                                 </th>
     78                                <th class="<?php if ($sorting_field == 'sms_content') {echo $sorting_order;} else {echo "sorting";}?>" id="sms_content" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 283px;" aria-label="Họ tên: activate to sort column ascending">SMS Content</th>
     79                                <th class="<?php if ($sorting_field == 'sms_reply') {echo $sorting_order;} else {echo "sorting";}?>" id="sms_reply" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">SMS Reply</th>
     80                                <th class="<?php if ($sorting_field == 'service_id') {echo $sorting_order;} else {echo "sorting";}?>" id="service_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">Service Id</th>
     81                                <th class="<?php if ($sorting_field == 'commandcode') {echo $sorting_order;} else {echo "sorting";}?>" id="commandcode" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 209px;" aria-label="Ngày đăng kÜ: activate to sort column ascending">Command Code</th>
    8582                                   <th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label="">Chức năng</th></tr>
    8683                        </thead>
Note: See TracChangeset for help on using the changeset viewer.