mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3047
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
{# exiftool section #}
|
||||
{% if metadatas %}
|
||||
<div id="exiftool" class="tabBox">
|
||||
<div class="metadatas-top-block" style="padding: 0 15px">
|
||||
<div class="metadatas-top-block">
|
||||
<select id="select-meta-subdef" name="metaSubdef" class="input-medium check-filters">
|
||||
<option value="" disabled >{{"prod::tool:select subdef" | trans}}</option>
|
||||
{% for subdef in listsubdef %}
|
||||
|
@@ -1,11 +1,11 @@
|
||||
{% set thumbnail = record.get_thumbnail() %}
|
||||
|
||||
<img class="metadatas-image" style='float:left; margin-right:15px'
|
||||
<p><img class="metadatas-image" style='margin-right:15px'
|
||||
src="{{thumbnail.get_url()}}"
|
||||
width="{{thumbnail.get_width()}}"
|
||||
height="{{thumbnail.get_height()}}" />
|
||||
|
||||
<h3 class="metadatas-title" ><span>{{"prod::tool:metadata:metadatas" | trans}} : </span></h3>
|
||||
</p>
|
||||
<h3 class="metadatas-title" ><span>{{"prod::tool:metadata:metadatas" | trans}} : {{ subdef_name }}</span></h3>
|
||||
|
||||
<div>
|
||||
<table>
|
||||
|
Reference in New Issue
Block a user