summaryrefslogtreecommitdiffstats
path: root/templates/todolists
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-30 17:44:27 -0500
committereliott <eliott@cactuswax.net>2007-12-30 17:44:27 -0500
commit4fc36de2ae6537170541c199eabd8d1270a273c9 (patch)
treeec69119b50507328f9375860a66d4aeb105acab4 /templates/todolists
parentf523a9d577aa88fea37ef7e4e2a9c484d14e5cde (diff)
downloadarchweb-4fc36de2ae6537170541c199eabd8d1270a273c9.tar.gz
archweb-4fc36de2ae6537170541c199eabd8d1270a273c9.zip
Added alternating row coloration to make it easier to relate left to right
side items.
Diffstat (limited to 'templates/todolists')
-rw-r--r--templates/todolists/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 0e659f93..980328ab 100644
--- a/templates/todolists/list.html
+++ b/templates/todolists/list.html
@@ -17,7 +17,7 @@
<th>Status</th>
</tr>
{% for list in lists %}
- <tr>
+ <tr class="{% cycle pkgr2,pkgr1 %}">
<td style="white-space:nowrap"><a href="/todo/{{ list.id }}/">{{ list.name }}</a></td>
<td>{{ list.date_added }}</td>
<td>{{ list.creator.get_full_name }}</td>