mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3047 fix on design
This commit is contained in:
@@ -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>
|
||||
|
@@ -6,8 +6,6 @@
|
||||
height="{{thumbnail.get_height()}}" />
|
||||
|
||||
<div>
|
||||
<h3>{{"prod::tool:metadata:metadatas" | trans}} : {{ subdef_name }}</h3>
|
||||
<hr>
|
||||
<table>
|
||||
<tbody>
|
||||
{% if metadatas|length %}
|
||||
|
Reference in New Issue
Block a user