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