mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Bump Phraseanet production client
Added geoname datasource into record editor
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
"postinstall": "./node_modules/.bin/gulp install;"
|
||||
},
|
||||
"dependencies": {
|
||||
"phraseanet-production-client": "~0.9.0"
|
||||
"phraseanet-production-client": "~0.10.0"
|
||||
}
|
||||
}
|
||||
|
@@ -482,18 +482,27 @@ div.thesaurus {
|
||||
top: 0px;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
margin-top: 21px;
|
||||
margin-top: 0px;
|
||||
border-top: 1px solid $workzoneTabTopBorder;
|
||||
border-radius: 0;
|
||||
height: 43px;
|
||||
height: 32px;
|
||||
border-bottom: 1px solid $workzoneTabBorderBottom;
|
||||
}
|
||||
.ui-tabs-panel {
|
||||
position: absolute;
|
||||
top: 56px;
|
||||
top: 32px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
#geonameTabContainer {
|
||||
ul.geoname-results {
|
||||
list-style-type: none;
|
||||
margin: 10px;
|
||||
.geoname-add-action {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -244,10 +244,10 @@
|
||||
{% if thesaurus %}
|
||||
<li><a href="#TH_Ofull">{{ 'phraseanet:: thesaurus' | trans }}</a></li>
|
||||
{% 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_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_Oclipboard">{{ 'phraseanet:: presse-papier' | trans }}</a></li>
|
||||
</ul>
|
||||
{% if thesaurus %}
|
||||
<div id='TH_Ofull'>
|
||||
|
Reference in New Issue
Block a user