jam-cloud/web/app/views/dialogs/_rsvpCancelDialog.html.haml

24 lines
1.1 KiB
Plaintext

.dialog.dialog-overlay-sm.rsvp-dialog{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
.session-name
.scheduled-start
.schedule-recurrence
.part
.error{:style => 'display:none'}
%input{:type => 'radio', :name => 'cancel', :value => 'yes', :checked => true} Cancel RSVP just for this one session
%br
%input{:type => 'radio', :name => 'cancel', :value => 'all'} Cancel RSVP for all future sessions
%br
.cancel-instructions Enter a message to the other musicians in the session (optional):
%textarea.txtComment{id: 'txtComment', rows: '2', placeholder: 'Enter a comment...'}
.buttons
.left
%a.button-orange{:href => 'http://jamkazam.desk.com', :rel => 'external', :target => '_blank'} HELP
.right
%a.button-grey{:id => 'btnCancel', 'layout-action' => 'close'} CANCEL
%a.button-orange{:id => 'btnCancelRsvp'} CANCEL RSVP