Subversion Repositories SmartDukaan

Rev

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

Rev 29051 Rev 29059
Line -... Line 1...
-
 
1
<style>
-
 
2
.p1 {
-
 
3
  font-family: "Times New Roman", Times, serif;
-
 
4
}
-
 
5
</style>
-
 
6
 
-
 
7
 
-
 
8
 
1
 <div class="modal-dialog">
9
 <div class="modal-dialog">
2
 
10
 
3
        <!-- Modal content-->
11
        <!-- Modal content-->
4
     <div class="modal-content">
12
     <div class="modal-content">
5
      <div class="modal-header">
13
      <div class="modal-header">
6
        <button type="button" class="close" data-dismiss="modal">&times;</button>
14
        <button type="button" class="close" data-dismiss="modal">&times;</button>
7
        <h4 class="modal-title">Activate And Activate Brand Delay Reason</h4>
15
        <h4 class="modal-title">Activate And Activate Brand Delay Reason</h4>
8
      </div>
16
      </div>
9
      <div class="modal-body">
17
      <div class="modal-body">
10
       
-
 
-
 
18
        <h3 class="p1" style="text-align:center; color:#B0C4DE;">BRAND DELAY</h3></br>
11
        <input type="text" placeholder="comment for brand service delay"   style="width: 282px; height: 83px;" id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
19
        <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>
20
        <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>
-
 
21
 
-
 
22
   <h3 class="p1" style="text-align:center; color:#B0C4DE;">ACTIVATE BRAND</h3></br>
-
 
23
      
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>
24
      <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>
25
      </h4>
-
 
26
      
-
 
27
      <div>
-
 
28
      <h3 class="p1" style="text-align:center; color:#B0C4DE;">BRAND NOT AVAILABLE</h3></br>
-
 
29
      
-
 
30
       <input type="text" placeholder="comment for brand not available"   style="width: 282px; height: 83px;" id="reasonBrandNotAvailable" name="reasonBrandNotAvailable" value="">
-
 
31
       <button type="button"  class="submit-brand-not-available" data-id="$fofoId"   data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId" style="color:red;">Submit</button>
-
 
32
      
-
 
33
      </div>
-
 
34
      
15
      </div>
35
      </div>
-
 
36
      
-
 
37
      
-
 
38
      
16
      <div class="modal-footer">
39
      <div class="modal-footer">
17
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
40
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
18
      </div>
41
      </div>
19
    </div>
42
    </div>
20
 
43