Subversion Repositories SmartDukaan

Rev

Rev 29059 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35971 aman 1
<div class="modal-dialog">
2
    <div class="modal-content">
3
        <div class="modal-header">
4
            <button type="button" class="close" data-dismiss="modal">&times;</button>
5
            <h4 class="modal-title">Activate / Brand Delay Reason</h4>
6
        </div>
7
        <div class="modal-body">
29059 manish 8
 
35971 aman 9
            <div class="panel panel-default">
10
                <div class="panel-heading">
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"
16
                               id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
17
                    </div>
18
                    <button type="button" class="btn btn-sm btn-danger reason-brand-service-not-activates"
19
                            data-id="$fofoId" data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Submit
20
                    </button>
21
                </div>
22
            </div>
29059 manish 23
 
35971 aman 24
            <div class="panel panel-success">
25
                <div class="panel-heading">
26
                    <h5 class="panel-title text-uppercase">Activate Brand</h5>
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"
31
                            data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Activate
32
                    </button>
33
                </div>
34
            </div>
29059 manish 35
 
35971 aman 36
            <div class="panel panel-default">
37
                <div class="panel-heading">
38
                    <h5 class="panel-title text-muted text-uppercase">Brand Not Available</h5>
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"
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"
46
                            data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Submit
47
                    </button>
48
                </div>
49
            </div>
29051 manish 50
 
35971 aman 51
        </div>
52
        <div class="modal-footer">
53
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
54
        </div>
29051 manish 55
    </div>
35971 aman 56
</div>