summaryrefslogtreecommitdiff
path: root/html/widgets
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2009-12-19 13:50:17 +0000
committerAndreas Brachold <vdr07@deltab.de>2009-12-19 13:50:17 +0000
commit088518042587c633b662d054375c9801bed844f4 (patch)
tree1ac3ba2672d83314e40646e2857e7910d1788a85 /html/widgets
parentfd94b0111202e094cc4b2b8272eb5d637aed719b (diff)
downloadxxv-088518042587c633b662d054375c9801bed844f4.tar.gz
xxv-088518042587c633b662d054375c9801bed844f4.tar.bz2
* CHANNELS: allow query a compact list ( by cmd=clist&compact=1 )
* STATUS: Refactoring output (network/filesys/memory/vitals) * STREAM: Fix SMB streaming (div by zero) * html/xstyle: footer updated * xstyle: css fix correct z-index on schema for timemarker * jason: use one loading mask for many tasks * jason: timer self updating if new timer created * jason: stream allow external video player * jason: use compact channel list (reduce memory footprint) * update translations
Diffstat (limited to 'html/widgets')
-rw-r--r--html/widgets/footer.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/html/widgets/footer.tmpl b/html/widgets/footer.tmpl
index c13600c..55980ce 100644
--- a/html/widgets/footer.tmpl
+++ b/html/widgets/footer.tmpl
@@ -54,8 +54,7 @@ print Dumper($stash->_dump_frame(5));
<div id="TOOLTIP"></div>
<center class='footer'>
-User: <?% user %?><br>
-<a href="http://xxv.berlios.de">XXV System</a> -- Version: <?% version %?> -- created by xpix, hulk and poetter 2004 - 2008
+<a href="http://xxv.berlios.de">XXV System</a> -- Version: <?% version %?>
</center>
<?% END; #global.hidefooter %?>
</body>