Subversion Repositories SmartDukaan

Rev

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

<div class="modal-dialog">
    <div class="modal-content">
        <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">Activate / Brand Delay Reason</h4>
        </div>
        <div class="modal-body">

            <div class="panel panel-default">
                <div class="panel-heading">
                    <h5 class="panel-title text-muted text-uppercase">Brand Delay</h5>
                </div>
                <div class="panel-body">
                    <div class="form-group">
                        <input type="text" class="form-control" placeholder="Comment for brand service delay"
                               id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
                    </div>
                    <button type="button" class="btn btn-sm btn-danger reason-brand-service-not-activates"
                            data-id="$fofoId" data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Submit
                    </button>
                </div>
            </div>

            <div class="panel panel-success">
                <div class="panel-heading">
                    <h5 class="panel-title text-uppercase">Activate Brand</h5>
                </div>
                <div class="panel-body">
                    <span>Activate your brand here:</span>
                    <button type="button" class="btn btn-sm btn-success activate-brand-service" data-id="$fofoId"
                            data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Activate
                    </button>
                </div>
            </div>

            <div class="panel panel-default">
                <div class="panel-heading">
                    <h5 class="panel-title text-muted text-uppercase">Brand Not Available</h5>
                </div>
                <div class="panel-body">
                    <div class="form-group">
                        <input type="text" class="form-control" placeholder="Comment for brand not available"
                               id="reasonBrandNotAvailable" name="reasonBrandNotAvailable" value="">
                    </div>
                    <button type="button" class="btn btn-sm btn-danger submit-brand-not-available" data-id="$fofoId"
                            data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId">Submit
                    </button>
                </div>
            </div>

        </div>
        <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
        </div>
    </div>
</div>