You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<UiPopup @content={{t"Delete Session"}} @click={{action (confirm (t"Are you sure you would like to delete this Session?") (actionthis.props.actions.deleteSessionthis.extraRecords.id))}} @class="{{ifthis.device.isMobile'medium''huge'}}ui icon button" @position="left center">
12
+
<UiPopup @content={{t"Delete Session"}} @click={{action (confirm (t"Are you sure you would like to delete this Session?") (actionthis.props.actions.deleteSessionthis.extraRecords.id))}} @class="ui icon button" @position="left center">
<UiPopup @content={{t"Mark Completed"}} @click={{action (confirm (t"Are you sure you would like to mark this Order as completed?") (actionthis.props.actions.completeOrderthis.record))}} @class="{{ifthis.device.isMobile'medium''huge'}}ui icon button" @position="top center">
28
+
<UiPopup @content={{t"Mark Completed"}} @click={{action (confirm (t"Are you sure you would like to mark this Order as completed?") (actionthis.props.actions.completeOrderthis.record))}} @class="ui icon button" @position="top center">
<UiPopup @content={{t"Cancel order"}} @click={{action (confirm (t"Are you sure you would like to cancel this Order?") (actionthis.props.actions.cancelOrderthis.record))}} @class="{{ifthis.device.isMobile'medium''huge'}}ui icon button" @position="top center">
33
+
<UiPopup @content={{t"Cancel order"}} @click={{action (confirm (t"Are you sure you would like to cancel this Order?") (actionthis.props.actions.cancelOrderthis.record))}} @class="ui icon button" @position="top center">
34
34
<iclass="delete icon"></i>
35
35
</UiPopup>
36
36
{{/if}}
37
37
{{#if (can-modify-orderthis.record)}}
38
-
<UiPopup @content={{t"Delete order"}} @click={{action (confirm (t"Are you sure you would like to delete this Order?") (actionthis.props.actions.deleteOrderthis.record))}} @class="{{ifthis.device.isMobile'medium''huge'}}ui icon button" @position="top center">
38
+
<UiPopup @content={{t"Delete order"}} @click={{action (confirm (t"Are you sure you would like to delete this Order?") (actionthis.props.actions.deleteOrderthis.record))}} @class="ui icon button" @position="top center">
39
39
<iclass="trash icon"></i>
40
40
</UiPopup>
41
41
{{/if}}
42
-
<UiPopup @content={{t"Resend order confirmation"}} @click={{actionthis.props.actions.resendConfirmationthis.record}} @class="{{ifthis.device.isMobile'medium''huge'}}ui icon button" @position="top center">
42
+
<UiPopup @content={{t"Resend order confirmation"}} @click={{actionthis.props.actions.resendConfirmationthis.record}} @class="ui icon button" @position="top center">
0 commit comments