From 522ece851c2ae29097ef33bafc1c1f3764d41ed3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 6 Dec 2014 16:58:48 +0530 Subject: [PATCH] Minor indentation fixes in templates --- plinth/modules/apps/templates/apps.html | 1 + .../diagnostics/templates/diagnostics.html | 1 + plinth/modules/firewall/templates/firewall.html | 1 + plinth/modules/help/templates/help_index.html | 1 + plinth/modules/packages/templates/packages.html | 1 + plinth/modules/tor/templates/tor.html | 4 ++++ plinth/modules/xmpp/templates/xmpp.html | 15 +++++++-------- plinth/templates/404.html | 1 + plinth/templates/500.html | 1 + static/themes/default/css/plinth.css | 11 ++++++----- 10 files changed, 24 insertions(+), 13 deletions(-) diff --git a/plinth/modules/apps/templates/apps.html b/plinth/modules/apps/templates/apps.html index a7f56629f..0c875df54 100644 --- a/plinth/modules/apps/templates/apps.html +++ b/plinth/modules/apps/templates/apps.html @@ -21,6 +21,7 @@ {% block content %}

Apps

+

User Applications are web apps hosted on your {{ cfg.product_name }}.

diff --git a/plinth/modules/diagnostics/templates/diagnostics.html b/plinth/modules/diagnostics/templates/diagnostics.html index fd91b7fa3..9a2fbbd17 100644 --- a/plinth/modules/diagnostics/templates/diagnostics.html +++ b/plinth/modules/diagnostics/templates/diagnostics.html @@ -19,6 +19,7 @@ {% endcomment %} {% block content %} +

{{ title }}

The system diagnostic test will run a number of checks on your diff --git a/plinth/modules/firewall/templates/firewall.html b/plinth/modules/firewall/templates/firewall.html index 4e960f835..aa4ea3eb6 100644 --- a/plinth/modules/firewall/templates/firewall.html +++ b/plinth/modules/firewall/templates/firewall.html @@ -19,6 +19,7 @@ {% endcomment %} {% block content %} +

{{ title }}

Firewall is a network security system that controls the incoming diff --git a/plinth/modules/help/templates/help_index.html b/plinth/modules/help/templates/help_index.html index d65a14f55..21b62a734 100644 --- a/plinth/modules/help/templates/help_index.html +++ b/plinth/modules/help/templates/help_index.html @@ -21,6 +21,7 @@ {% block content %}

Help

+

There are a variety of places to go for help with {{ cfg.product_name }} and the box it runs on.

diff --git a/plinth/modules/packages/templates/packages.html b/plinth/modules/packages/templates/packages.html index b642a9b40..172fbac5a 100644 --- a/plinth/modules/packages/templates/packages.html +++ b/plinth/modules/packages/templates/packages.html @@ -21,6 +21,7 @@ {% load bootstrap %} {% block content %} +

{{ title }}

aptitude purge modules

diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html index d3988b9c6..5b87ef421 100644 --- a/plinth/modules/tor/templates/tor.html +++ b/plinth/modules/tor/templates/tor.html @@ -35,9 +35,11 @@

Hidden Service

+

A hidden service will allow your {{ cfg.box_name }} to provide selected services (such as OwnCloud or Chat) without revealing its location. Here is the current configuration:

+