| 35971 |
aman |
1 |
<div class="modal-dialog">
|
|
|
2 |
<div class="modal-content">
|
|
|
3 |
<div class="modal-header">
|
|
|
4 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
|
|
5 |
<h4 class="modal-title">Deactivate Brand</h4>
|
|
|
6 |
</div>
|
|
|
7 |
<div class="modal-body">
|
|
|
8 |
<div class="form-group">
|
|
|
9 |
<label class="control-label">Reason for deactivation</label>
|
|
|
10 |
<input type="text" class="form-control" placeholder="Comment for brand deactivate"
|
|
|
11 |
id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
|
| 29051 |
manish |
12 |
</div>
|
| 35971 |
aman |
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>
|
|
|
17 |
<div class="modal-footer">
|
|
|
18 |
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
|
|
19 |
</div>
|
| 29051 |
manish |
20 |
</div>
|
| 35971 |
aman |
21 |
</div>
|