mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge branch 'master' into PHRAS-2565/prompt-for-provisioning
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1010 B After Width: | Height: | Size: 1.3 KiB |
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
[class^="icon-"], [class*=" icon-"] {
|
[class^="icon-"].icomoon, [class*=" icon-"].icomoon {
|
||||||
/* use !important to prevent issues with browser extensions that change fonts */
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||||||
font-family: 'icomoon' !important;
|
font-family: 'icomoon' !important;
|
||||||
speak: none;
|
speak: none;
|
||||||
|
@@ -381,7 +381,10 @@
|
|||||||
{% for choice in basket_element.getValidationDatas() %}
|
{% for choice in basket_element.getValidationDatas() %}
|
||||||
{% if basket.getValidation().getParticipant(app.getAuthenticatedUser()).getCanSeeOthers() or choice.getParticipant().getUser() == app.getAuthenticatedUser() %}
|
{% if basket.getValidation().getParticipant(app.getAuthenticatedUser()).getCanSeeOthers() or choice.getParticipant().getUser() == app.getAuthenticatedUser() %}
|
||||||
<tr>
|
<tr>
|
||||||
<td> {{ choice.getParticipant().getUser().getDisplayName() }} </td>
|
<td style="position: relative">
|
||||||
|
<span class="feedback_user_name">{{ choice.getParticipant().getUser().getDisplayName() }}</span>
|
||||||
|
<span class="line_separator"></span>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if choice.getParticipant().getCanAgree() %}
|
{% if choice.getParticipant().getCanAgree() %}
|
||||||
{% if choice.getAgreement() == true %}
|
{% if choice.getAgreement() == true %}
|
||||||
|
Reference in New Issue
Block a user