From 3da425b6c8ff52e339e0263f2e83888df04774b7 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 22 Jul 2012 15:30:28 +0000 Subject: [PATCH] Add mouse over for browse svn: r20051 --- src/data/templates/gramps-base.html | 84 ++++++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 7 deletions(-) diff --git a/src/data/templates/gramps-base.html b/src/data/templates/gramps-base.html index eee2d2520..31cd42bba 100644 --- a/src/data/templates/gramps-base.html +++ b/src/data/templates/gramps-base.html @@ -17,7 +17,6 @@ - {% endblock %} + + + - + @@ -224,9 +273,11 @@ {% if user.is_authenticated %}
  • {% if title.1 %} - {{title.0}}
  • + {{title.0}} + {% else %} - {{title.0}} + {{title.0}} + {% endif %} {% else %} {# don't show #} @@ -234,7 +285,26 @@ {% else %}
  • {% if title.1 %} - {{title.0}}
  • + {{title.0}} + + {% else %} {{title.0}} {% endif %}