mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge branch '3.8'
Conflicts: .gitignore lib/Alchemy/Phrasea/Core/Version.php lib/classes/databox.php lib/classes/task/abstract.php lib/classes/task/manager.php lib/classes/task/period/subdef.php lib/classes/task/period/writemeta.php lib/conf.d/bases_structure.xml templates/web/admin/tasks/list.html.twig
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
(<a href="{{ path('admin_database_display_document_details', {'databox_id': databox.get_sbas_id()}) }}" class="ajax" target="rights">{{ 'phraseanet:: details' | trans }}</a>)
|
||||
</li>
|
||||
|
||||
<li>
|
||||
{% trans 'admin::base: subdefs to be created :' %}
|
||||
<span id="subdefs_todo"></span>
|
||||
</li>
|
||||
|
||||
{% if showDetail %}
|
||||
<li>
|
||||
{{ 'admin::base: nombre de mots uniques sur la base :' | trans }}
|
||||
@@ -276,6 +281,13 @@
|
||||
p = 100*data.thesaurus_indexed/data.records;
|
||||
$("#thesaurus_indexed_bar").width(Math.round(2*p));
|
||||
$("#thesaurus_indexed_percent").text((Math.round(p*100)/100)+" %");
|
||||
|
||||
var t = "";
|
||||
for(var i in data.jeton_subdef)
|
||||
{
|
||||
t += (t==""?"":" ; ") + i + ": " + data.jeton_subdef[i];
|
||||
}
|
||||
$("#subdefs_todo").text(t);
|
||||
}
|
||||
|
||||
if(data.printLogoURL)
|
||||
|
Reference in New Issue
Block a user