mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge pull request #3743 from alchemy-fr/PHRAS-3388-validation-title-clickable
PHRAS-3388 merge Details view validation title clickable
This commit is contained in:
@@ -6,7 +6,13 @@
|
||||
{% if validationSession.isParticipant(app.getAuthenticatedUser()) and (validationSession.getParticipant(app.getAuthenticatedUser()).getCanSeeOthers() or validationSession.getParticipant(app.getAuthenticatedUser()).getUser() == app.getAuthenticatedUser() )%}
|
||||
{% set basketName = basket.getName() %}
|
||||
<dl class="feedback-data-list" style="margin-bottom:15px;margin-top:0px;padding-bottom:15px;position:relative;">
|
||||
<dt>
|
||||
<dt data-kind="BASK"
|
||||
data-position="0"
|
||||
data-id="{{ basket.getId() }}"
|
||||
data-reload="true"
|
||||
class="to-open-preview-action" title="{{ basket.getDescription() }}"
|
||||
style="cursor:pointer;"
|
||||
>
|
||||
{{ basketName }}
|
||||
|
||||
{% if validationSession.getExpires() < date() %}
|
||||
|
Reference in New Issue
Block a user