Subversion Repositories SmartDukaan

Rev

Rev 13682 | Rev 14215 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13682 Rev 13686
Line 1... Line 1...
1
<div class="modal fade" id="myModal">
1
<div class="modal fade" id="myModal">
2
  <div class="modal-dialog">
2
  <div class="modal-dialog">
3
    <div class="modal-content">
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">&times;</span></button>
-
 
6
        <h4 class="modal-title">Modal title</h4>
-
 
7
      </div> -->
-
 
8
      <div class="modal-body">
4
      <div class="modal-body">
9
        <p>
5
        <p>
10
          <form method="get" id="unlikeproductform" action="/preferences/brand/hide/">
6
          <form method="get" id="unlikeproductform" action="/preferences/brand/hide/">
11
            <input type="hidden" name="user_id" value="<?php echo $logged_user['id'];?>"/>
7
            <input type="hidden" name="user_id" value="<?php echo $logged_user['id'];?>"/>
12
            <input type="hidden" name="product_id" id="productToHide"/>
8
            <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>
9
            <input type="checkbox" name="hide" value="1"/><h4>I am not interested in this brand right now.</h4>
14
          </form>
10
          </form>
15
        </p>
11
        </p>
16
        <p class="text-muted">We will not list this brand unless we have a very special deal for you</p>
12
        <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>
13
        <button type="button" class="btn btn-xs" id="unlikebtn">Done</button>
18
      </div>
14
      </div>      
-
 
15
    </div><!-- /.modal-content -->
-
 
16
  </div><!-- /.modal-dialog -->
-
 
17
</div><!-- /.modal -->
-
 
18
 
-
 
19
<div class="modal fade" id="loadingModal">
-
 
20
  <div class="modal-dialog">
-
 
21
    <div class="modal-content">      
19
      <!-- <div class="modal-footer">
22
      <div class="modal-body">
20
        <button type="button" class="btn ">Done</button>
23
        <div class="text-center">
-
 
24
          <img src="/img/ajax-loader.gif"/>          
-
 
25
        </div>        
21
      </div> -->
26
      </div>      
22
    </div><!-- /.modal-content -->
27
    </div><!-- /.modal-content -->
23
  </div><!-- /.modal-dialog -->
28
  </div><!-- /.modal-dialog -->
24
</div><!-- /.modal -->
29
</div><!-- /.modal -->
25
30