PHRAS-3047 fix on design

This commit is contained in:
Harrys Ravalomanana
2020-05-04 19:50:10 +04:00
parent eb15932d8f
commit 3dbc40d731
4 changed files with 11 additions and 11 deletions

View File

@@ -195,12 +195,14 @@
{% if metadatas %}
<div id="exiftool" class="tabBox">
<div class="metadatas-top-block">
<h3><span>{{"prod::tool:metadata:metadatas" | trans}} : </span>
<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 %}
<option value= "{{ subdef }}" {{ subdef== 'document'? 'selected' : 'false' }}>{{ subdef }}</option>
{% endfor %}
</select>
</h3>
</div>
<div id="metadata-load" style="height: 100%"></div>
<div id="metadata-content"></div>

View File

@@ -6,8 +6,6 @@
height="{{thumbnail.get_height()}}" />
<div>
<h3>{{"prod::tool:metadata:metadatas" | trans}} : {{ subdef_name }}</h3>
<hr>
<table>
<tbody>
{% if metadatas|length %}