diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php
index b2bf620798..0e15108724 100644
--- a/lib/Alchemy/Phrasea/Core/Version.php
+++ b/lib/Alchemy/Phrasea/Core/Version.php
@@ -16,7 +16,7 @@ class Version
/**
* @var string
*/
- private $number = '4.1.0-alpha.14a';
+ private $number = '4.1.0-alpha.15a';
/**
* @var string
diff --git a/lib/conf.d/bases_structure.xml b/lib/conf.d/bases_structure.xml
index a4d0d2f9c5..a666eaeb5c 100644
--- a/lib/conf.d/bases_structure.xml
+++ b/lib/conf.d/bases_structure.xml
@@ -1278,6 +1278,27 @@
id
+
+ usr_id
+ INDEX
+
+ usr_id
+
+
+
+ unread
+ INDEX
+
+ unread
+
+
+
+ created_on
+ INDEX
+
+ created_on
+
+
InnoDB
diff --git a/templates/web/common/index_bootstrap.html.twig b/templates/web/common/index_bootstrap.html.twig
index 6249ef8e66..9b9f27a228 100644
--- a/templates/web/common/index_bootstrap.html.twig
+++ b/templates/web/common/index_bootstrap.html.twig
@@ -32,7 +32,7 @@
{% endblock %}
-
+
{% include 'common/menubar.html.twig' %}
diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig
index d2b34b8ff1..c5cde9d778 100644
--- a/templates/web/prod/index.html.twig
+++ b/templates/web/prod/index.html.twig
@@ -146,7 +146,7 @@
$(document).ready(function(){
prodApp.appEvents.emit('workzone.doRemoveWarning', "{% if app['settings'].getUserSetting(app.getAuthenticatedUser(), "warning_on_delete_story") %}true{% else %}false{% endif %}");
prodApp.appEvents.emit('search.updateFacetData');
-
+ $('body').addClass('{{ cssfile }}');
});