- Timestamp:
- Nov 20, 2014 8:58:58 AM (10 years ago)
- 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 132 132 133 133 <div class="col-sm-9"> 134 <label class="block clearfix has-error"> 134 135 <span class="input-icon"> 135 136 <input name="full_name" type="text" id="form-field-1" placeholder="Tên cá»ng tác viên"> 136 137 <i class="icon-user blue"></i> 137 138 </span> 139 <div id="full_name" class="help-block error"></div> 140 </label> 138 141 </div> 139 142 <div class="help-block"> </div> … … 143 146 144 147 <div class="col-sm-9"> 148 <label class="block clearfix has-error"> 145 149 <span class="input-icon"> 146 150 <input name="login_name" type="text" id="form-field-1" placeholder="Tà i khoản"> 147 151 <i class="icon-user blue"></i> 148 152 </span> 153 <div id="login_name" class="help-block error"></div> 154 </label> 149 155 </div> 150 156 <div class="help-block"> </div> … … 154 160 155 161 <div class="col-sm-9"> 162 <label class="block clearfix has-error"> 156 163 <span class="input-icon"> 157 164 <input name="cellphone" type="text" id="form-field-1" placeholder="Sá» Äiá»n thoại"> 158 165 <i class="icon-user blue"></i> 159 166 </span> 167 <div id="cellphone" class="help-block error"></div> 168 </label> 160 169 </div> 161 170 <div class="help-block"> </div> … … 167 176 168 177 <div class="col-sm-9"> 178 <label class="block clearfix has-error"> 169 179 <span class="input-icon"> 170 180 <input type="password" name="passwd" id="form-field-2" placeholder="Máºt khẩu"> 171 181 <i class="icon-lock blue"></i> 172 182 </span> 183 <div id="passwd" class="help-block error"></div> 184 </label> 173 185 </div> 174 186 <div class="help-block"> </div> -
pro-violet-viettel/sourcecode/application/modules/admin/views/smstemplate/index.php
r461 r576 134 134 135 135 <div class="col-sm-9"> 136 <label class="block clearfix has-error"> 136 137 <span class="input-icon"> 137 138 <input name="sms_content" type="text" id="form-field-1" placeholder="Mẫu tin nhắn" value=""> 138 139 <i class="icon-user blue"></i> 139 140 </span> 141 <div id="sms_content" class="help-block error"></div> 142 </label> 140 143 </div> 141 144 <div class="help-block"> </div> … … 145 148 146 149 <div class="col-sm-9"> 150 <label class="block clearfix has-error"> 147 151 <span class="input-icon"> 148 152 <input name="sms_reply" type="text" id="form-field-1" placeholder="Tin trả lá»i" value=""> 149 153 <i class="icon-user blue"></i> 150 154 </span> 155 <div id="sms_reply" class="help-block error"></div> 156 </label> 151 157 </div> 152 158 <div class="help-block"> </div> … … 156 162 157 163 <div class="col-sm-9"> 164 <label class="block clearfix has-error"> 158 165 <span class="input-icon"> 159 166 <input name="service_id" type="text" id="form-field-1" placeholder="Mã dá»ch vụ" value=""> 160 167 <i class="icon-user blue"></i> 161 168 </span> 169 <div id="service_id" class="help-block error"></div> 170 </label> 162 171 </div> 163 172 <div class="help-block"> </div> … … 167 176 168 177 <div class="col-sm-9"> 178 <label class="block clearfix has-error"> 169 179 <span class="input-icon"> 170 180 <input name="commandcode" type="text" id="form-field-1" placeholder="Mã lá»nh" value=""> 171 181 <i class="icon-user blue"></i> 172 182 </span> 183 <div id="commandcode" class="help-block error"></div> 184 </label> 173 185 </div> 174 186 <div class="help-block"> </div> -
pro-violet-viettel/sourcecode/application/modules/admin/views/smstemplate/listview.php
r573 r576 76 76 77 77 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> 85 82 <th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label="">Chức nÄng</th></tr> 86 83 </thead>
Note: See TracChangeset
for help on using the changeset viewer.