Merge branch 'master' into PHRAS-1324-add-libfaac

This commit is contained in:
Nicolas Maillat
2019-12-05 18:44:05 +01:00
committed by GitHub
5 changed files with 7 additions and 18 deletions

View File

@@ -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');

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -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 */

View File

@@ -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>