Subversion Repositories SmartDukaan

Rev

Rev 29059 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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">&times;</button>
7
        <h4 class="modal-title">Activate And Activate Brand Delay Reason</h4>
8
      </div>
9
      <div class="modal-body">
10
 
11
        <input type="text" placeholder="comment for brand service delay"   style="width: 282px; height: 83px;" id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
12
        <button type="button"  class="reason-brand-service-not-activates" data-id="$fofoId"   data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId" style="color:red;">Submit</button><br></br>
13
      <h4>Activate Your Brand Here :- <button type="button"  class="activate-brand-service" data-id="$fofoId" data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId" style="color:blue;">Activate</button>
14
      </h4>
15
      </div>
16
      <div class="modal-footer">
17
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
18
      </div>
19
    </div>
20
 
21
  </div>