Merge pull request #792 from romainneutron/configuration

[3.9] Move registry to configuration
This commit is contained in:
Romain Neutron
2013-12-20 08:44:10 -08:00
165 changed files with 2925 additions and 2101 deletions

View File

@@ -78,7 +78,7 @@
{% set title = 'report:: question' | trans %}
{% set title_left = 'report:: question' | trans %}
{% set title_right = 'report:: poids preview' | trans %}
{{dash.top_ten_question(app['phraseanet.registry'].get('GV_homeTitle'), title_left, title_right, item.top_ten_question,dashboard.getTitleDate('dmin') , dashboard.getTitleDate('dmax')) }}
{{dash.top_ten_question(app['conf'].get(['registry', 'general', 'title']), title_left, title_right, item.top_ten_question,dashboard.getTitleDate('dmin') , dashboard.getTitleDate('dmax')) }}
{%endif %}
{% if "top_ten_site"|key_exists(item) %}
{% set title_left = 'report:: site' | trans %}