From d8b41f12002449be66d66e81ae616ecf783c0257 Mon Sep 17 00:00:00 2001 From: mridulnagpal Date: Wed, 30 Nov 2016 21:53:02 +0530 Subject: [PATCH] icons arranged --- plinth/templates/base.html | 17 +++++++++++++++-- plinth/templates/index.html | 8 ++++---- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 721d8fdca..7ac159078 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -160,7 +160,7 @@
{% block content_row %} -
+
{% block submenu %} {% if submenu %} - {% endblock %} +
+ {% block icons %} + {# icons go here #} + {% endblock %} +
+ {% endblock %} + +
+ {% block center-header %} + {# this center-header should contain help texts but no menus#} + {% endblock %} +
+ +
diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 4e6ecb4e1..162532322 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -20,14 +20,14 @@ {% load i18n %} -{% block content %} +{% block icons %}
{% if shortcuts %} {% for shortcut in shortcuts %} {% if user.is_authenticated or shortcut.login_required is False %} -
+