From 522ece851c2ae29097ef33bafc1c1f3764d41ed3 Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa User Applications are web apps hosted on your
{{ cfg.product_name }}. 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 %}
+
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 %}
There are a variety of places to go for help with
{{ cfg.product_name }} and the box it runs on. Apps
+
{{ title }}
{{ title }}
Help
+
{{ title }}
aptitude purge modules
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:
+Your {{ cfg.box_name }} is configured as a Tor bridge with obfsproxy, so it can help circumvent censorship. If your {{ cfg.box_name }} is behind a router or firewall, you should make sure the following ports are open, and @@ -71,6 +74,7 @@ port-forwarded, if necessary:
A Tor SOCKS port is available on your {{ cfg.box_name }} on TCP port 9050.
diff --git a/plinth/modules/xmpp/templates/xmpp.html b/plinth/modules/xmpp/templates/xmpp.html index 97af8aeba..d8ff3db98 100644 --- a/plinth/modules/xmpp/templates/xmpp.html +++ b/plinth/modules/xmpp/templates/xmpp.html @@ -24,19 +24,18 @@ {% if is_installed %} -XMPP is an open and standardized communication protocol. -Here you can run and configure your XMPP server, called ejabberd. -To actually communicate you can use the -web client -or any other - -XMPP client -.
Launch web client +XMPP is an open and standardized communication protocol. Here you + can run and configure your XMPP server, called ejabberd. To actually + communicate, you can use the web client or any + other XMPP client .
+ {% else %} +The XMPP server ejabberd is not installed.
diff --git a/plinth/templates/404.html b/plinth/templates/404.html index 6682de38c..0e6a37131 100644 --- a/plinth/templates/404.html +++ b/plinth/templates/404.html @@ -19,6 +19,7 @@ {% endcomment %} {% block content %} +Requested page {{ request_path }} was not found.
diff --git a/plinth/templates/500.html b/plinth/templates/500.html index 358cdf7d3..a9d3c3b51 100644 --- a/plinth/templates/500.html +++ b/plinth/templates/500.html @@ -19,6 +19,7 @@ {% endcomment %} {% block content %} +This is an internal error and not something you caused or can fix. Please diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index d82538656..7f15c1a17 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -1,16 +1,17 @@ body { - padding-top: 70px; + padding-top: 70px; } .nav .glyphicon, .sidebar .glyphicon { - margin-right: 4px; + margin-right: 4px; } .navbar-brand img { - float: left; - margin-top: -14px; - padding: 8px; + float: left; + margin-top: -14px; + padding: 8px; +} .nav-tabs { margin-bottom: 20px;