Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

 <div class="modal-dialog">

        <!-- Modal content-->
     <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">&times;</button>
        <h4 class="modal-title">Deactivate Brand</h4>
      </div>
      <div class="modal-body">
       
        <input type="text" placeholder="comment for brand deactivate "   style="width: 282px; height: 83px;" id="reasonBrandServiceNotActivate" name="reasonBrandServiceNotActivate" value="">
        <button type="button"  class="deactivate-brand-service" data-id="$fofoId"   data-serviceid="$serviceId" data-servicebrandid="$serviceBrandId" style="color:red;">Submit</button>
            </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>
    </div>

  </div>