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

@@ -65,7 +65,7 @@
"normalize-css": "^2.1.0",
"npm": "^6.0.0",
"npm-modernizr": "^2.8.3",
"phraseanet-production-client": "0.34.189-d",
"phraseanet-production-client": "0.34.190-d",
"requirejs": "^2.3.5",
"tinymce": "^4.0.28",
"underscore": "^1.8.3",

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

View File

@@ -4834,10 +4834,10 @@ insert-css@0.0.0:
resolved "https://registry.yarnpkg.com/insert-css/-/insert-css-0.0.0.tgz#2304bfa6f893abecb8ff9ca8d9c7605d94cf2911"
integrity sha1-IwS/pviTq+y4/5yo2cdgXZTPKRE=
interpret@^0.6.2:
version "0.6.6"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-0.6.6.tgz#fecd7a18e7ce5ca6abfb953e1f86213a49f1625b"
integrity sha1-/s16GOfOXKar+5U+H4YhOknxYls=
interpret@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==
invariant@^2.2.0:
version "2.2.4"
@@ -7578,10 +7578,10 @@ phraseanet-common@^0.4.5-d:
js-cookie "^2.1.0"
pym.js "^1.3.1"
phraseanet-production-client@0.34.189-d:
version "0.34.189-d"
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.189-d.tgz#eb6f34fd1ddbc85a1498fb418ca6818936a5fc13"
integrity sha512-iffPvnkhQaOI/HoXFJYSYes6M+YnmC3sBfC+qJl7KxyLSN8yYHeJaso/nCDn0ahZKHuE+0ghoRiBzSZdRma11A==
phraseanet-production-client@0.34.190-d:
version "0.34.190-d"
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.190-d.tgz#9102adb8404d5844343de60e967faf6994cece50"
integrity sha512-rBig74Rh4XJKIBzdzHVG5hhS2JatMh1qPU+Cv2OGH5NWR3wc+nWqGkZf4ufrTWOeHFNypI50C8c0MEubJF9VnA==
dependencies:
"@mapbox/mapbox-gl-language" "^0.9.2"
"@turf/turf" "^5.1.6"