PHRAS-3047

This commit is contained in:
Harrys Ravalomanana
2020-05-05 14:23:28 +04:00
parent 218d5c8b68
commit 88402ccddb
4 changed files with 9 additions and 9 deletions

View File

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

View File

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