|
Lines 344-350
Link Here
|
| 344 |
[% ELSIF (op == 'confirm_remove_from_rota') %] |
344 |
[% ELSIF (op == 'confirm_remove_from_rota') %] |
| 345 |
|
345 |
|
| 346 |
<div class="dialog alert"> |
346 |
<div class="dialog alert"> |
| 347 |
<h1>Are you sure you wish to remove this item from it's rota</h1> |
347 |
<h1>Are you sure you wish to remove this item from its rota</h1> |
| 348 |
<p> |
348 |
<p> |
| 349 |
<a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&item_id=[% item_id | uri %]&stage_id=[% stage_id | uri %]&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a> |
349 |
<a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&item_id=[% item_id | uri %]&stage_id=[% stage_id | uri %]&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a> |
| 350 |
<a class="btn btn-default btn-xs deny" href="?op=manage_items&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-times"></i>No</a> |
350 |
<a class="btn btn-default btn-xs deny" href="?op=manage_items&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-times"></i>No</a> |
| 351 |
- |
|
|