diff -r 74ac0be7655c -r c20df1c080e6 src/widgets/Annotation.js
--- a/src/widgets/Annotation.js Fri Feb 13 16:48:05 2015 +0100
+++ b/src/widgets/Annotation.js Fri Feb 13 16:57:53 2015 +0100
@@ -41,9 +41,9 @@
+ '
{{l10n.excerpt_from}} '
+ '( - )
'
+ '{{l10n.creator_}}
'
- + '{{#show_creator}}
'
- + '{{l10n.description_}}
{{/show_creator}}'
- + '
'
+ + '{{#show_creator}}{{/show_creator}}'
+ + '{{#show_description}}{{l10n.description_}}
'
+ + '
{{/show_description}}'
+ '';
@@ -53,6 +53,7 @@
start_minimized: false,
show_arrow : true,
show_creator: true,
+ show_description: true,
arrow_position: .5,
site_name : "Lignes de Temps",
search_on_tag_click: true,
@@ -231,4 +232,4 @@
IriSP.Widgets.Annotation.prototype.maximize = function() {
this.minimized = false;
this.$.find('.Ldt-Annotation-Inner').removeClass("Ldt-Annotation-Minimized");
-};
\ No newline at end of file
+};