Sha256: 5211e4be8d8bba1cebf013a0c9aa13863a1cdf835e0c37f10c1e3830a567cfb8

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 KB

Contents

.show
  #js-modal-1.cc-button-flat-green-primary Modal With Linked Content

#js-modal-1-content.show.js-hidden
  .uc-modal.uc-modal-large
    .row
      .uc-modal-header
        Withdraw this assessment
      %hr.uc-modal-rule
    .row
      .uc-modal-linked
        %a.blue-dotted-link-caps{href: "#"} Kary Him Beow Asssesment
        %p.type-body 24 hours for neglect, physical abuse, & sexual abuse
    .row
      .uc-modal-content
        .type-body
          Upon withdrawal, the Central Intake Unit will be notified and the assessment will be moved to the Withdrawn Assessments Index. This action cannot be undown.
    .row
      .uc-modal-content
        %fieldset
          .row
            %legend.type-body.gap-bottom Please select the reason for the withdrawal:
          .row.half-gap-bottom
            %input#uc-modal-1-label-1{type: "radio"}
            %label{for: "uc-modal-1-label-1"} Option 1
          .row.half-gap-bottom
            %input#uc-modal-1-label-2{type: "radio"}
            %label{for: "uc-modal-1-label-2"} Option 2
    .row.uc-modal-actions.align-center
      %input.cc-button-flat-green-primary{type: "button", value: "Save"}
      %a.js-close-modal.cc-button-flat-gray-primary{href: "#"} Cancel

:javascript
  $("#js-modal-1").click(function() {
    var modal1 = new window.undercase.modal($("#js-modal-1-content"));
    modal1.open();
  });

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
undercase-0.2.57 app/views/undercase/patterns/_uc_modal_with_linked.html.haml
undercase-0.2.29 app/views/undercase/patterns/_uc_modal_with_linked.html.haml