mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge branch 'master' into PHRAS-1324-add-libfaac
This commit is contained in:
@@ -193,7 +193,7 @@ class PushController extends Controller
|
|||||||
'Validation from %user%', [
|
'Validation from %user%', [
|
||||||
'%user%' => $this->getAuthenticatedUser()->getDisplayName(),
|
'%user%' => $this->getAuthenticatedUser()->getDisplayName(),
|
||||||
]));
|
]));
|
||||||
$validation_description = $request->request->get('validation_description');
|
$validation_description = $request->request->get('message');
|
||||||
|
|
||||||
$participants = $request->request->get('participants');
|
$participants = $request->request->get('participants');
|
||||||
|
|
||||||
|
BIN
resources/www/common/images/icons/basket_feedback_read.png
Normal file
BIN
resources/www/common/images/icons/basket_feedback_read.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
resources/www/common/images/icons/basket_feedback_unread.png
Normal file
BIN
resources/www/common/images/icons/basket_feedback_unread.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@@ -1,13 +1,3 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'icomoon';
|
|
||||||
src: url('fonts/icomoon.eot?81kpnc');
|
|
||||||
src: url('fonts/icomoon.eot?81kpnc#iefix') format('embedded-opentype'),
|
|
||||||
url('fonts/icomoon.ttf?81kpnc') format('truetype'),
|
|
||||||
url('fonts/icomoon.woff?81kpnc') format('woff'),
|
|
||||||
url('fonts/icomoon.svg?81kpnc#icomoon') format('svg');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
[class^="icon-"], [class*=" icon-"] {
|
[class^="icon-"], [class*=" icon-"] {
|
||||||
/* use !important to prevent issues with browser extensions that change fonts */
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||||||
|
@@ -16,9 +16,10 @@
|
|||||||
<a class="workzone-menu-title" href="{{ path('prod_baskets_basket', { 'basket' : basket.getId() }) }}">
|
<a class="workzone-menu-title" href="{{ path('prod_baskets_basket', { 'basket' : basket.getId() }) }}">
|
||||||
<span>
|
<span>
|
||||||
{% if not basket.isRead() %}
|
{% if not basket.isRead() %}
|
||||||
<img src='/assets/common/images/icons/basket_push_unread.png' title=''/>
|
<img src='/assets/common/images/icons/basket_feedback_unread.png' title=''/>
|
||||||
|
{% else %}
|
||||||
|
<img src='/assets/common/images/icons/basket_feedback_read.png' title=''/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<img src='/assets/common/images/icons/basket.png' title=''/>
|
|
||||||
{{basket.getName()|e}}
|
{{basket.getName()|e}}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
@@ -26,11 +27,9 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<img
|
<img title="{{ basket.getDescription()|e }}"
|
||||||
title="{{ basket.getDescription() }}"
|
class="basket_title"
|
||||||
class="basketTips basket_title"
|
src="/assets/common/images/icons/valid.png" />
|
||||||
src="/assets/common/images/icons/valid.png"
|
|
||||||
/>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a class="contextMenuTrigger icon-display-grid" href="#"></a>
|
<a class="contextMenuTrigger icon-display-grid" href="#"></a>
|
||||||
|
Reference in New Issue
Block a user