aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 03:07:36 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 03:07:36 +0200
commitcd2e069816416dd42ed2528e4843c07309a31f27 (patch)
treea5321840e80c6d9979e36bfd2e71ffbebeeeda3e /template
parent0b099273c878e84b5829f7b44eaa77686c2cd587 (diff)
Caching the templates.
Diffstat (limited to 'template')
-rw-r--r--template/domain-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/domain-list.html b/template/domain-list.html
index 771434d..3dae0bb 100644
--- a/template/domain-list.html
+++ b/template/domain-list.html
@@ -26,7 +26,7 @@
</tr>
</thead>
<TMPL_LOOP NAME=DOMAIN>
- <TMPL_IF NAME=ODD><tr class="odd"><TMPL_ELSE><tr></TMPL_IF>
+ <TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF>
<td><a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=DOMAIN>/"><TMPL_VAR NAME=DOMAIN></a></td>
<td><TMPL_IF NAME=PERMS><TMPL_VAR NAME=PERMS><TMPL_ELSE><span class=none>(none)</span></TMPL_IF></td>
<td><TMPL_IF NAME=DESCRIPTION><TMPL_VAR NAME=DESCRIPTION><TMPL_ELSE><span class=none>(none)</span></TMPL_IF></td>