29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
.dialog.dialog-overlay-sm{layout: 'dialog', 'layout-id' => 'rsvp-cancel-dialog', id: 'rsvp-cancel-dialog'}
|
|
.content-head
|
|
= image_tag 'content/icon_checkmark_circle.png', :alt => "", :class => "content-icon", :width => "20", :height => "20"
|
|
%h1 cancel rsvp
|
|
.dialog-inner
|
|
%h2 SESSION
|
|
%span.session-name
|
|
%br/
|
|
%span.scheduled-start
|
|
%br/
|
|
%span.schedule-recurrence
|
|
%br/
|
|
%br/
|
|
.error{:style => 'display:none'}
|
|
%input{:type => 'radio', :name => 'cancel', :value => 'single', :checked => true} Cancel RSVP just for this one session
|
|
%br/
|
|
%input{:type => 'radio', :name => 'cancel', :value => 'all'} Cancel RSVP for all future sessions
|
|
%br/
|
|
%br/
|
|
Enter a message to the other musicians in the session (optional):
|
|
%textarea.w95.p5.f15{id: 'txtComment', rows: '2', placeholder: 'Enter a comment...'}
|
|
%br/
|
|
%br/
|
|
.left
|
|
%a.button-orange{:href => 'TBD', :rel => 'external', :target => '_blank'} HELP
|
|
.right
|
|
%a.button-grey{:id => 'btnCancel', 'layout-action' => 'close'} CANCEL
|
|
%a.button-orange{:id => 'btnCancelRsvp'} CANCEL RSVP
|
|
%br{:clear => "all"}/ |