From be32a2550ec3b40d393620c301bbaa5bb59d1bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Thu, 5 Apr 2012 15:40:09 +0200 Subject: Update to Boostrap v2. Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. --- budget/templates/layout.html | 106 ++++++++++++++++++------------------------- 1 file changed, 44 insertions(+), 62 deletions(-) (limited to 'budget/templates/layout.html') diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 293ce75..71ad5e8 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -5,9 +5,9 @@ {{ _("Account manager") }}{% block title %}{% endblock %} - + - + {% block head %}{% endblock %} -{% macro translations() %} -
  • fr
  • -
  • en
  • -{% endmacro %} -
    -
    -

    - {% if g.project %} - -
    + fr + en + +
    + + {% block header %}{% endblock %} -{% block container %} + +{% block body %}
    {% block sidebar %}{% endblock %}
    - {% block content %} - {% endblock %} + {% block content %}{% endblock %}
    - {% for message in get_flashed_messages() %} -

    {{ message }}

    - {% endfor %} {% endblock %} + +{% for message in get_flashed_messages() %} +

    {{ message }}

    +{% endfor %} + {% block footer %}