summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-03 11:34:35 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-03 11:34:35 +0000
commit26b2d5f621ca674439db73e2adae52f9dbba12ff (patch)
treead3abc8f0f409d62badd1ff1b339c78a67d6c9fe /templates
parentcfc0c2df18a82d4b217401587748262931bfcb09 (diff)
downloadusers-26b2d5f621ca674439db73e2adae52f9dbba12ff.tar.gz
users-26b2d5f621ca674439db73e2adae52f9dbba12ff.tar.bz2
users-26b2d5f621ca674439db73e2adae52f9dbba12ff.zip
clean up html
Diffstat (limited to 'templates')
-rw-r--r--templates/user_preferences.tpl21
1 files changed, 12 insertions, 9 deletions
diff --git a/templates/user_preferences.tpl b/templates/user_preferences.tpl
index 54ba996..562bb6b 100644
--- a/templates/user_preferences.tpl
+++ b/templates/user_preferences.tpl
@@ -285,18 +285,21 @@
</div>
{/legend}
{/jstab}
-
+
{if $watches}
{jstab title="Watches"}
- <table border=1>
- <tr><th>Event</th>
- <th>Title</th>
- </tr>
- {foreach item=watch from=$watches}
- <tr><td>{$watch.event}</td>
- <td>{$watch.title}</td>
+ <table class="data">
+ <caption>{tr}Watches{tr}</caption>
+ <tr>
+ <th>Event</th>
+ <th>Title</th>
</tr>
- {/foreach}
+ {foreach item=watch from=$watches}
+ <tr class="{cycle vlaues="odd,even"}">
+ <td>{$watch.event}</td>
+ <td>{$watch.title}</td>
+ </tr>
+ {/foreach}
</table>
{/jstab}
{/if}