Changeset 409 for pro-violet-viettel/sourcecode/application/modules/admin/views/smstemplate/editSms.php
- Timestamp:
- Nov 5, 2014 9:30:07 AM (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/smstemplate/editSms.php
r405 r409 12 12 13 13 <div class="modal-body"> 14 <form id="add_user" onsubmit="return false;" class="form-horizontal" role="form"> 14 <form id="editSms_<?php echo $sms_id;?>" onsubmit="return false;" class="form-horizontal" role="form"> 15 <input type="hidden" name="sms_id" value="<?php echo $sms_id;?>"> 15 16 <div class="form-group"> 16 17 <label class="col-sm-3 control-label no-padding-right" for="form-field-1"> Mẫu tin nhắn </label> … … 18 19 <div class="col-sm-9"> 19 20 <span class="input-icon"> 20 <input disabledname="sms_content" type="text" id="form-field-1" placeholder="Mẫu tin nhắn" value="<?php echo $sms_content;?>">21 <input name="sms_content" type="text" id="form-field-1" placeholder="Mẫu tin nhắn" value="<?php echo $sms_content;?>"> 21 22 <i class="icon-user blue"></i> 22 23 </span> … … 29 30 <div class="col-sm-9"> 30 31 <span class="input-icon"> 31 <input disabledname="sms_reply" type="text" id="form-field-1" placeholder="Tin trả lá»i" value="<?php echo $sms_reply;?>">32 <input name="sms_reply" type="text" id="form-field-1" placeholder="Tin trả lá»i" value="<?php echo $sms_reply;?>"> 32 33 <i class="icon-user blue"></i> 33 34 </span> … … 40 41 <div class="col-sm-9"> 41 42 <span class="input-icon"> 42 <input disabledname="service_id" type="text" id="form-field-1" placeholder="Mã dá»ch vụ" value="<?php echo $service_id;?>">43 <input name="service_id" type="text" id="form-field-1" placeholder="Mã dá»ch vụ" value="<?php echo $service_id;?>"> 43 44 <i class="icon-user blue"></i> 44 45 </span> … … 51 52 <div class="col-sm-9"> 52 53 <span class="input-icon"> 53 <input disabledname="commandcode" type="text" id="form-field-1" placeholder="Mã lá»nh" value="<?php echo $service_id;?>">54 <input name="commandcode" type="text" id="form-field-1" placeholder="Mã lá»nh" value="<?php echo $service_id;?>"> 54 55 <i class="icon-user blue"></i> 55 56 </span> … … 69 70 <div class="clearfix form-actions"> 70 71 <div class="col-md-offset-3 col-md-9"> 71 <a href="#" class="btn btn-primary" data-dismiss="modal">Äóng cá»a sá»</a> 72 <a href="#" class="btn btn-primary" onclick="return updatesms('<?php echo $sms_id;?>')">Cáºp nháºt</a> 73 <a href="#" class="btn btn-primary" id="close_edit_sms_<?php echo $sms_id;?>" data-dismiss="modal">Äóng cá»a sá»</a> 72 74 73 75
Note: See TracChangeset
for help on using the changeset viewer.