| 13682 |
anikendra |
1 |
<div class="modal fade" id="myModal">
|
|
|
2 |
<div class="modal-dialog">
|
|
|
3 |
<div class="modal-content">
|
|
|
4 |
<!-- <div class="modal-header">
|
|
|
5 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
|
6 |
<h4 class="modal-title">Modal title</h4>
|
|
|
7 |
</div> -->
|
|
|
8 |
<div class="modal-body">
|
|
|
9 |
<p>
|
|
|
10 |
<form method="get" id="unlikeproductform" action="/preferences/brand/hide/">
|
|
|
11 |
<input type="hidden" name="user_id" value="<?php echo $logged_user['id'];?>"/>
|
|
|
12 |
<input type="hidden" name="product_id" id="productToHide"/>
|
|
|
13 |
<input type="checkbox" name="hide" value="1"/><h4>I am not interested in this brand right now.</h4>
|
|
|
14 |
</form>
|
|
|
15 |
</p>
|
|
|
16 |
<p class="text-muted">We will not list this brand unless we have a very special deal for you</p>
|
|
|
17 |
<button type="button" class="btn btn-xs" id="unlikebtn">Done</button>
|
|
|
18 |
</div>
|
|
|
19 |
<!-- <div class="modal-footer">
|
|
|
20 |
<button type="button" class="btn ">Done</button>
|
|
|
21 |
</div> -->
|
|
|
22 |
</div><!-- /.modal-content -->
|
|
|
23 |
</div><!-- /.modal-dialog -->
|
|
|
24 |
</div><!-- /.modal -->
|