summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJams H Thompson <jht001@users.sourceforge.net>2006-09-03 08:36:05 +0000
committerJams H Thompson <jht001@users.sourceforge.net>2006-09-03 08:36:05 +0000
commitcfc0c2df18a82d4b217401587748262931bfcb09 (patch)
treea14230397bd50c0b1f11355aab0477101b68a8df /templates
parent1db6163c04526b5cdc32c158d5bf8d2d36481650 (diff)
downloadusers-cfc0c2df18a82d4b217401587748262931bfcb09.tar.gz
users-cfc0c2df18a82d4b217401587748262931bfcb09.tar.bz2
users-cfc0c2df18a82d4b217401587748262931bfcb09.zip
add tab to display watches
Diffstat (limited to 'templates')
-rw-r--r--templates/user_preferences.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/user_preferences.tpl b/templates/user_preferences.tpl
index 9e6a2ea..54ba996 100644
--- a/templates/user_preferences.tpl
+++ b/templates/user_preferences.tpl
@@ -285,6 +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>
+ </tr>
+ {/foreach}
+ </table>
+ {/jstab}
+ {/if}
{foreach item=package from=$packages}
{include file=$package.template settings=$userPrefs}