Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | <?xml-stylesheet href="chrome://global/skin" type="text/css"?> |
michael@0 | 4 | |
michael@0 | 5 | <window id="tab-test" |
michael@0 | 6 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 7 | <tabbox id="main_courseframe" flex="1"> |
michael@0 | 8 | <tabs id="main_coursetabs" ida-type="gradient"> |
michael@0 | 9 | <tab id="main_coursetab_general" label="General" /> |
michael@0 | 10 | <tab id="main_coursetab_overview" label="Overview" /> |
michael@0 | 11 | <tab id="main_coursetab_extensions" label="Extensions" /> |
michael@0 | 12 | </tabs> |
michael@0 | 13 | |
michael@0 | 14 | <tabpanels id="main_coursetabpanels" flex="1"> |
michael@0 | 15 | <tabpanel id="main_coursetabpanel_general"> |
michael@0 | 16 | <label value="this is the general tabpanel" /> |
michael@0 | 17 | </tabpanel> |
michael@0 | 18 | |
michael@0 | 19 | <tabpanel id="main_coursetabpanel_overview"> |
michael@0 | 20 | <label value="this is the OVERVIEW tabpanel" /> |
michael@0 | 21 | </tabpanel> |
michael@0 | 22 | |
michael@0 | 23 | <tabpanel id="main_coursetabpanel_extensions"> |
michael@0 | 24 | <label value="this is the EXTENSIONS tabpanel" /> |
michael@0 | 25 | </tabpanel> |
michael@0 | 26 | </tabpanels> |
michael@0 | 27 | </tabbox> |
michael@0 | 28 | </window> |