summaryrefslogtreecommitdiffstats
path: root/qx08/source/class/tr/ui/Footer.js
diff options
context:
space:
mode:
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