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:
@@ -65,7 +65,7 @@
|
||||
"normalize-css": "^2.1.0",
|
||||
"npm": "^6.0.0",
|
||||
"npm-modernizr": "^2.8.3",
|
||||
"phraseanet-production-client": "0.34.192-d",
|
||||
"phraseanet-production-client": "0.34.193-d",
|
||||
"requirejs": "^2.3.5",
|
||||
"tinymce": "^4.0.28",
|
||||
"underscore": "^1.8.3",
|
||||
|
@@ -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>
|
||||
|
@@ -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.192-d:
|
||||
version "0.34.192-d"
|
||||
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.192-d.tgz#6a10cfc03f241cf2447a16fd6a424c8a6ec8133d"
|
||||
integrity sha512-KpIwCuxKBnmJcwulfcKJvykNtM8rVcgPlXtBcvxdFotPqthBXRk8wUgk9GqI/jzlMlu2N1UwiCYwun0wzxOXeQ==
|
||||
phraseanet-production-client@0.34.193-d:
|
||||
version "0.34.193-d"
|
||||
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.193-d.tgz#d89eb70fce270811dcf756f87b6a02ecf110aad9"
|
||||
integrity sha512-ehi7IM7Y1rAhYojsYm76klhqYdzVLS/MBxaNrdzwPqXm7CWqxkTdEpYicH3Q2b3VxXVzECFvuMQNetXDrGjMXQ==
|
||||
dependencies:
|
||||
"@mapbox/mapbox-gl-language" "^0.9.2"
|
||||
"@turf/turf" "^5.1.6"
|
||||
|
Reference in New Issue
Block a user