mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33: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;"
|
"postinstall": "./node_modules/.bin/gulp install;"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"phraseanet-production-client": "~0.9.0"
|
"phraseanet-production-client": "~0.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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'>
|
||||||
|
Reference in New Issue
Block a user