From d49f5c4743fc63a8346508e8a97eb533b594de34 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Mon, 31 Aug 2009 22:26:28 +0200 Subject: [PATCH] move background-image from .css to template - not pretty, but saves me a view --- htdocs/mumble/style.css | 1 - template/mumble/channel.htm | 2 +- template/mumble/mumble.htm | 2 +- template/mumble/player.htm | 2 +- template/mumble/server.htm | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/htdocs/mumble/style.css b/htdocs/mumble/style.css index 917ff36..e1d85d5 100644 --- a/htdocs/mumble/style.css +++ b/htdocs/mumble/style.css @@ -7,7 +7,6 @@ a.mumble:link, a.mumble:visited, a.mumble:hover, a.mumble:active { } div.mumble { - background-image: url( /static/mumble/linie_v.png ); background-repeat: repeat-y; margin-left: 20px; margin-bottom: 0; diff --git a/template/mumble/channel.htm b/template/mumble/channel.htm index 8422d2b..ac2f281 100644 --- a/template/mumble/channel.htm +++ b/template/mumble/channel.htm @@ -1,5 +1,5 @@ {% load mumble_extras %} -
+
{% if Channel.linked %} linked channel diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm index c60f7d1..0070acf 100644 --- a/template/mumble/mumble.htm +++ b/template/mumble/mumble.htm @@ -115,7 +115,7 @@ {% endif %}

{% trans "User Texture" %}

- user texture + user texture
{% else %}
diff --git a/template/mumble/player.htm b/template/mumble/player.htm index 038a98c..30c5f37 100644 --- a/template/mumble/player.htm +++ b/template/mumble/player.htm @@ -1,5 +1,5 @@ {% load mumble_extras %} -
+
{% if Player.isAuthed %} authed diff --git a/template/mumble/server.htm b/template/mumble/server.htm index 09b7104..d315d1f 100644 --- a/template/mumble/server.htm +++ b/template/mumble/server.htm @@ -1,5 +1,5 @@ {% load mumble_extras %} -