[cpif] r349 - trunk/frontend-web
svn at argo.es
svn at argo.es
Mon Sep 10 19:00:39 CEST 2007
Author: alvaro
Date: Mon Sep 10 19:00:39 2007
New Revision: 349
Log:
Bugfix
Modified:
trunk/frontend-web/skins.py
Modified: trunk/frontend-web/skins.py
==============================================================================
--- trunk/frontend-web/skins.py (original)
+++ trunk/frontend-web/skins.py Mon Sep 10 19:00:39 2007
@@ -237,11 +237,11 @@
for thread, title, ts, nr, nr_point, n_msgs, mon, ro in threads:
format = self._style.pop(0)
self._style.append(format)
+ read_only = available_skins[self._skin]['read only'] if ro else ""
+ read_only = read_only % icons
if self._dict["user"]:
mon = available_skins[self._skin]['thread_unmon'] if mon else available_skins[self._skin]['thread_mon']
mon = mon % { "thread_num": thread }
- read_only = available_skins[self._skin]['read only'] if ro else ""
- read_only = read_only % icons
if nr:
page = ((nr[0] - 1) / thread_len) * thread_len + 1
aux = available_skins[self._skin]['thread_unread'] % {"title":title,
More information about the cpif
mailing list