summaryrefslogtreecommitdiffstats
path: root/qx08/source/class/tr/ui/Footer.js
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-08-23 15:59:15 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-08-23 15:59:15 +0200
commit55490b1bfb539386b63e25a8fd90e56c0200c1e8 (patch)
tree8ab5e31b7d1579ae8640dd006c4aa01daf7f8aaa /qx08/source/class/tr/ui/Footer.js
parenta1fbf832f9f0ba3043c3300aa0ca3a3d841ce41c (diff)
downloadsmokeping-55490b1bfb539386b63e25a8fd90e56c0200c1e8.tar.gz
smokeping-55490b1bfb539386b63e25a8fd90e56c0200c1e8.tar.xz
clean out smoketrace
Diffstat (limited to 'qx08/source/class/tr/ui/Footer.js')
-rw-r--r--qx08/source/class/tr/ui/Footer.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/qx08/source/class/tr/ui/Footer.js b/qx08/source/class/tr/ui/Footer.js
deleted file mode 100644
index 4e2a2d2..0000000
--- a/qx08/source/class/tr/ui/Footer.js
+++ /dev/null
@@ -1,24 +0,0 @@
-/* ************************************************************************
-#module(Tr)
-************************************************************************ */
-
-/**
- * a widget showing the footer
- */
-qx.Class.define('tr.ui.Footer', {
- extend : qx.ui.container.Composite,
-
-
-
-
- /*
- *****************************************************************************
- CONSTRUCTOR
- *****************************************************************************
- */
-
- construct : function(text, url) {
- this.base(arguments, new qx.ui.layout.HBox().set({ alignX : 'right' }));
- this.add(new tr.ui.Link(text, url, '#888', '10px sans-serif'));
- }
-}); \ No newline at end of file