Merge recent UI & Postgres work into main branch #4
1 changed files with 8 additions and 8 deletions
|
|
@ -268,12 +268,12 @@
|
|||
|
||||
{% if PermConvert %}
|
||||
<button
|
||||
class="btn btn-outline-secondary"
|
||||
class="btn btn-outline-primary"
|
||||
type="button"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#modal-convert"
|
||||
>
|
||||
<i class="bi-arrow align-items-center-repeat"></i>
|
||||
<i class="bi-arrow-repeat align-items-center-repeat"></i>
|
||||
Convertir en contact
|
||||
</button>
|
||||
{% endif %}
|
||||
|
|
@ -284,7 +284,7 @@
|
|||
|
||||
{% if PermRestore %}
|
||||
<button
|
||||
class="btn btn-outline-secondary"
|
||||
class="btn btn-outline-primary"
|
||||
type="button"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#modal-restore"
|
||||
|
|
@ -297,7 +297,7 @@
|
|||
|
||||
{% if PermArchive %}
|
||||
<button
|
||||
class="btn btn-outline-secondary"
|
||||
class="btn btn-outline-primary"
|
||||
type="button"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#modal-archive"
|
||||
|
|
@ -338,12 +338,12 @@
|
|||
|
||||
{% if PermConvert %}
|
||||
<button
|
||||
class="btn btn-outline-secondary"
|
||||
class="btn btn-outline-primary"
|
||||
type="button"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#modal-convert"
|
||||
>
|
||||
<i class="bi-arrow align-items-center-repeat"></i>
|
||||
<i class="bi-arrow-repeat align-items-center-repeat"></i>
|
||||
Convertir en membre
|
||||
</button>
|
||||
{% endif %}
|
||||
|
|
@ -354,7 +354,7 @@
|
|||
|
||||
{% if PermRestore %}
|
||||
<button
|
||||
class="btn btn-outline-secondary"
|
||||
class="btn btn-outline-primary"
|
||||
type="button"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#modal-restore"
|
||||
|
|
@ -367,7 +367,7 @@
|
|||
|
||||
{% if PermArchive %}
|
||||
<button
|
||||
class="btn btn-outline-secondary"
|
||||
class="btn btn-outline-primary"
|
||||
type="button"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#modal-archive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue