|
@@ -2,7 +2,7 @@
|
|
<a v-if="<?=$category?>PopupItem.is_open" href="#"
|
|
<a v-if="<?=$category?>PopupItem.is_open" href="#"
|
|
class="btn btn-sm btn-default border bg-white text-dark text-nowrap shadow-none"
|
|
class="btn btn-sm btn-default border bg-white text-dark text-nowrap shadow-none"
|
|
v-on:click.prevent="closeItem(<?=$category?>PopupItem)">
|
|
v-on:click.prevent="closeItem(<?=$category?>PopupItem)">
|
|
- <i class="fa fa-check text-success mr-2"></i>Close
|
|
|
|
|
|
+ <i class="fa fa-check text-success mr-2"></i>Mark Complete
|
|
</a>
|
|
</a>
|
|
<a v-if="!<?=$category?>PopupItem.is_open" href="#"
|
|
<a v-if="!<?=$category?>PopupItem.is_open" href="#"
|
|
class="btn btn-sm btn-success text-nowrap text-white shadow-none"
|
|
class="btn btn-sm btn-success text-nowrap text-white shadow-none"
|