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