From e6b5bed1f38135547fbaa5cf77e5fd63f589cccc Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa instead of
{% if is_running %}
---
plinth/modules/tor/templates/tor.html | 7 +++----
plinth/modules/xmpp/templates/xmpp.html | 8 +++++---
plinth/templates/base.html | 1 -
static/themes/default/css/plinth.css | 3 +++
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html
index ca32f8176..e73f32ffa 100644
--- a/plinth/modules/tor/templates/tor.html
+++ b/plinth/modules/tor/templates/tor.html
@@ -25,13 +25,14 @@
{% if is_installed %}
Status
-
+
+
+
A hidden service will allow your {{ cfg.box_name }} to provide selected @@ -69,8 +70,6 @@ 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 43928d469..97af8aeba 100644 --- a/plinth/modules/xmpp/templates/xmpp.html +++ b/plinth/modules/xmpp/templates/xmpp.html @@ -38,9 +38,11 @@ XMPP client {% else %}The XMPP server ejabberd is not installed.
ejabberd comes
- pre-installed with {{ cfg.box_name }}. On any Debian-based system (such as
- {{ cfg.box_name }}) you may install it using the command
+
+
The XMPP server ejabberd is not installed.
+ +ejabberd comes pre-installed with {{ cfg.box_name }}. On any Debian-based
+ system (such as {{ cfg.box_name }}) you may install it using the command
aptitude install ejabberd.