Subversion Repositories SmartDukaan

Rev

Rev 29059 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29059 Rev 35971
Line 1... Line -...
1
<style>
-
 
2
.p1 {
-
 
3
  font-family: "Times New Roman", Times, serif;
-
 
4
}
-
 
5
</style>
-
 
6
 
-
 
7
 
-
 
8
 
-
 
9
 <div class="modal-dialog">
1
<div class="modal-dialog">
10
 
-
 
11
        <!-- Modal content-->
-
 
12
     <div class="modal-content">
2
    <div class="modal-content">
13
      <div class="modal-header">
3
        <div class="modal-header">
14
        <button type="button" class="close" data-dismiss="modal">&times;</button>
4
            <button type="button" class="close" data-dismiss="modal">&times;</button>
15
        <h4 class="modal-title">Activate And Activate Brand Delay Reason</h4>
5
            <h4 class="modal-title">Activate / Brand Delay Reason</h4>
16
      </div>
6
        </div>
17
      <div class="modal-body">
7
        <div class="modal-body">
-
 
8
 
-
 
9
            <div class="panel panel-default">
-
 
10
                <div class="panel-heading">
18
        <h3 class="p1" style="text-align:center; color:#B0C4DE;">BRAND DELAY</h3></br>
11
                    <h5 class="panel-title text-muted text-uppercase">Brand Delay</h5>
-
 
12
                </div>
-
 
13
                <div class="panel-body">
-
 
14
                    <div class="form-group">
-
 
15
                        <input type="text" class="form-control" placeholder="Comment for brand service delay"
19
        <input type="text" placeholder="comment for brand service delay"   style="width: 282px; height: 83px;" id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
16
                               id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
-
 
17
                    </div>
-
 
18
                    <button type="button" class="btn btn-sm btn-danger reason-brand-service-not-activates"
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>
19
                            data-id="$fofoId" data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Submit
-
 
20
                    </button>
-
 
21
                </div>
-
 
22
            </div>
21
 
23
 
-
 
24
            <div class="panel panel-success">
-
 
25
                <div class="panel-heading">
22
   <h3 class="p1" style="text-align:center; color:#B0C4DE;">ACTIVATE BRAND</h3></br>
26
                    <h5 class="panel-title text-uppercase">Activate Brand</h5>
23
      
27
                </div>
-
 
28
                <div class="panel-body">
-
 
29
                    <span>Activate your brand here:</span>
-
 
30
                    <button type="button" class="btn btn-sm btn-success activate-brand-service" data-id="$fofoId"
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>
31
                            data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Activate
25
      </h4>
32
                    </button>
26
      
33
                </div>
27
      <div>
34
            </div>
-
 
35
 
-
 
36
            <div class="panel panel-default">
-
 
37
                <div class="panel-heading">
28
      <h3 class="p1" style="text-align:center; color:#B0C4DE;">BRAND NOT AVAILABLE</h3></br>
38
                    <h5 class="panel-title text-muted text-uppercase">Brand Not Available</h5>
29
      
39
                </div>
-
 
40
                <div class="panel-body">
-
 
41
                    <div class="form-group">
-
 
42
                        <input type="text" class="form-control" placeholder="Comment for brand not available"
30
       <input type="text" placeholder="comment for brand not available"   style="width: 282px; height: 83px;" id="reasonBrandNotAvailable" name="reasonBrandNotAvailable" value="">
43
                               id="reasonBrandNotAvailable" name="reasonBrandNotAvailable" value="">
-
 
44
                    </div>
-
 
45
                    <button type="button" class="btn btn-sm btn-danger submit-brand-not-available" data-id="$fofoId"
31
       <button type="button"  class="submit-brand-not-available" data-id="$fofoId"   data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId" style="color:red;">Submit</button>
46
                            data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Submit
32
      
47
                    </button>
33
      </div>
48
                </div>
34
      
-
 
35
      </div>
49
            </div>
36
      
-
 
37
      
50
 
38
      
51
        </div>
39
      <div class="modal-footer">
52
        <div class="modal-footer">
40
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
53
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
41
      </div>
54
        </div>
42
    </div>
55
    </div>
43
 
-
 
44
  </div>
-
 
45
56
</div>
-
 
57
46
58