Bump Phraseanet production client

Added geoname datasource into record editor
This commit is contained in:
Florian BLOUET
2016-04-01 11:12:54 +02:00
parent 54d931207a
commit 472bc088e2
3 changed files with 14 additions and 5 deletions

View File

@@ -33,6 +33,6 @@
"postinstall": "./node_modules/.bin/gulp install;" "postinstall": "./node_modules/.bin/gulp install;"
}, },
"dependencies": { "dependencies": {
"phraseanet-production-client": "~0.9.0" "phraseanet-production-client": "~0.10.0"
} }
} }

View File

@@ -482,18 +482,27 @@ div.thesaurus {
top: 0px; top: 0px;
left: 10px; left: 10px;
right: 10px; right: 10px;
margin-top: 21px; margin-top: 0px;
border-top: 1px solid $workzoneTabTopBorder; border-top: 1px solid $workzoneTabTopBorder;
border-radius: 0; border-radius: 0;
height: 43px; height: 32px;
border-bottom: 1px solid $workzoneTabBorderBottom; border-bottom: 1px solid $workzoneTabBorderBottom;
} }
.ui-tabs-panel { .ui-tabs-panel {
position: absolute; position: absolute;
top: 56px; top: 32px;
left: 0; left: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;
} }
} }
#geonameTabContainer {
ul.geoname-results {
list-style-type: none;
margin: 10px;
.geoname-add-action {
cursor: pointer;
}
}
}
} }

View File

@@ -244,10 +244,10 @@
{% if thesaurus %} {% if thesaurus %}
<li><a href="#TH_Ofull">{{ 'phraseanet:: thesaurus' | trans }}</a></li> <li><a href="#TH_Ofull">{{ 'phraseanet:: thesaurus' | trans }}</a></li>
{% endif %} {% endif %}
<li><a href="#TH_Oclipboard">{{ 'phraseanet:: presse-papier' | trans }}</a></li>
<li><a href="#TH_Opreview">{{ 'phraseanet:: preview' | trans }}</a></li> <li><a href="#TH_Opreview">{{ 'phraseanet:: preview' | trans }}</a></li>
<li><a href="#TH_Oreplace">{{ 'prod::editing: rechercher-remplacer' | trans }}</a></li> <li><a href="#TH_Oreplace">{{ 'prod::editing: rechercher-remplacer' | trans }}</a></li>
<li><a href="#TH_Opresets">{{ 'prod::editing: modeles de fiches' | trans }}</a></li> <li><a href="#TH_Opresets">{{ 'prod::editing: modeles de fiches' | trans }}</a></li>
<li><a href="#TH_Oclipboard">{{ 'phraseanet:: presse-papier' | trans }}</a></li>
</ul> </ul>
{% if thesaurus %} {% if thesaurus %}
<div id='TH_Ofull'> <div id='TH_Ofull'>