Files
Phraseanet/templates/web/prod/actions/Tools/confirm.html.twig
2016-12-05 15:26:48 +01:00

26 lines
639 B
Twig

<div id="thumb_confirm">
<table>
<tbody>
<tr>
<td>
<img class="selected" src="{{image}}"/>
</td>
<td>
<img style=" width:50px;height:80px;"src="/assets/prod/images/ThumbExtractor/question_mark.png"/>
</td>
</tr>
<tr>
<td colspan="2" style='text-align:left'>
{{ 'you are about to change the representation thumbnail of your video' | trans }} : <span style='color:#1B9DD0'>{{video_title}}</span>
</td>
</tr>
<tr>
<td colspan="2" style='text-align:left'>
{{ 'do you want to validate' | trans }}
</td>
</tr>
</tbody>
</table>
</div>