| Line 1... |
Line 1... |
| 1 |
<div class="modal-dialog">
|
1 |
<div class="modal-dialog">
|
| 2 |
|
- |
|
| 3 |
<!-- Modal content-->
|
- |
|
| 4 |
<div class="modal-content">
|
2 |
<div class="modal-content">
|
| 5 |
<div class="modal-header">
|
3 |
<div class="modal-header">
|
| 6 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
4 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
| 7 |
<h4 class="modal-title">Deactivate Brand</h4>
|
5 |
<h4 class="modal-title">Deactivate Brand</h4>
|
| 8 |
</div>
|
6 |
</div>
|
| 9 |
<div class="modal-body">
|
7 |
<div class="modal-body">
|
| 10 |
|
8 |
<div class="form-group">
|
| - |
|
9 |
<label class="control-label">Reason for deactivation</label>
|
| 11 |
<input type="text" placeholder="comment for brand deactivate " style="width: 282px; height: 83px;" id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
|
10 |
<input type="text" class="form-control" placeholder="Comment for brand deactivate"
|
| 12 |
<button type="button" class="deactivate-brand-service" data-id="$fofoId" data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId" style="color:red;">Submit</button>
|
11 |
id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
|
| 13 |
</div>
|
12 |
</div>
|
| - |
|
13 |
<button type="button" class="btn btn-sm btn-danger deactivate-brand-service" data-id="$fofoId"
|
| - |
|
14 |
data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Submit
|
| - |
|
15 |
</button>
|
| - |
|
16 |
</div>
|
| 14 |
<div class="modal-footer">
|
17 |
<div class="modal-footer">
|
| 15 |
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
18 |
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
| 16 |
</div>
|
19 |
</div>
|
| 17 |
</div>
|
20 |
</div>
|
| 18 |
|
- |
|
| 19 |
</div>
|
- |
|
| 20 |
|
21 |
</div>
|
| - |
|
22 |
|
| 21 |
|
23 |
|