diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 11:34:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 11:34:35 +0000 |
| commit | 26b2d5f621ca674439db73e2adae52f9dbba12ff (patch) | |
| tree | ad3abc8f0f409d62badd1ff1b339c78a67d6c9fe /templates | |
| parent | cfc0c2df18a82d4b217401587748262931bfcb09 (diff) | |
| download | users-26b2d5f621ca674439db73e2adae52f9dbba12ff.tar.gz users-26b2d5f621ca674439db73e2adae52f9dbba12ff.tar.bz2 users-26b2d5f621ca674439db73e2adae52f9dbba12ff.zip | |
clean up html
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/user_preferences.tpl | 21 |
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} |
