|
@ -141,16 +141,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="card-body clearfix"> |
|
|
<div class="card-body clearfix"> |
|
|
<t t-esc="shift.task_type_id.name"/> |
|
|
<t t-esc="shift.task_type_id.name"/> |
|
|
<button |
|
|
|
|
|
type="button" |
|
|
|
|
|
class="btn btn-default btn-sm pull-right" |
|
|
|
|
|
data-toggle="modal" |
|
|
|
|
|
t-att-data-target="'#unsubscribe-shift-%s' % shift.id" |
|
|
|
|
|
t-if="shift.can_unsubscribe" |
|
|
|
|
|
> |
|
|
|
|
|
<span class="fa fa-user-plus" aria-hidden="true"></span> |
|
|
|
|
|
Unsubscribe |
|
|
|
|
|
</button> |
|
|
|
|
|
<button |
|
|
<button |
|
|
type="button" |
|
|
type="button" |
|
|
class="btn btn-default btn-sm pull-right" |
|
|
class="btn btn-default btn-sm pull-right" |
|
@ -281,7 +271,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<button |
|
|
<button |
|
|
type="button" |
|
|
type="button" |
|
|
class="btn btn-default btn-sm pull-right" |
|
|
|
|
|
|
|
|
class="btn btn-primary btn-sm pull-right" |
|
|
data-toggle="modal" |
|
|
data-toggle="modal" |
|
|
t-att-data-target="'#subscribe-shift-%s' % shift.id" |
|
|
t-att-data-target="'#subscribe-shift-%s' % shift.id" |
|
|
t-if="irregular_enable_sign_up and not is_subscribed" |
|
|
t-if="irregular_enable_sign_up and not is_subscribed" |
|
@ -304,10 +294,6 @@ |
|
|
<div class="modal-dialog" role="document"> |
|
|
<div class="modal-dialog" role="document"> |
|
|
<div class="modal-content"> |
|
|
<div class="modal-content"> |
|
|
<div class="modal-header"> |
|
|
<div class="modal-header"> |
|
|
<button type="button" class="close" |
|
|
|
|
|
data-dismiss="modal" aria-label="Close"> |
|
|
|
|
|
<span aria-hidden="true">×</span> |
|
|
|
|
|
</button> |
|
|
|
|
|
<h4 class="modal-title" |
|
|
<h4 class="modal-title" |
|
|
t-att-id="'subscribe-shift-%s-label' % shift.id"> |
|
|
t-att-id="'subscribe-shift-%s-label' % shift.id"> |
|
|
Please confirm subscription |
|
|
Please confirm subscription |
|
|