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 | <?xml-stylesheet type="text/css" href="data:text/css,treecol { visibility: hidden; }"?> |
michael@0 | 3 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 4 | <tree> |
michael@0 | 5 | <treecols> |
michael@0 | 6 | <treecol style="text-align: start; direction: ltr" flex="1"/> |
michael@0 | 7 | </treecols> |
michael@0 | 8 | <treechildren> |
michael@0 | 9 | <treeitem> |
michael@0 | 10 | <treerow> |
michael@0 | 11 | <treecell label="This is a test"/> |
michael@0 | 12 | </treerow> |
michael@0 | 13 | </treeitem> |
michael@0 | 14 | </treechildren> |
michael@0 | 15 | </tree> |
michael@0 | 16 | <tree> |
michael@0 | 17 | <treecols> |
michael@0 | 18 | <treecol style="text-align: start; direction: rtl" flex="1"/> |
michael@0 | 19 | </treecols> |
michael@0 | 20 | <treechildren> |
michael@0 | 21 | <treeitem> |
michael@0 | 22 | <treerow> |
michael@0 | 23 | <treecell label="This is a test"/> |
michael@0 | 24 | </treerow> |
michael@0 | 25 | </treeitem> |
michael@0 | 26 | </treechildren> |
michael@0 | 27 | </tree> |
michael@0 | 28 | <tree> |
michael@0 | 29 | <treecols> |
michael@0 | 30 | <treecol style="text-align: left; direction: ltr" flex="1"/> |
michael@0 | 31 | </treecols> |
michael@0 | 32 | <treechildren> |
michael@0 | 33 | <treeitem> |
michael@0 | 34 | <treerow> |
michael@0 | 35 | <treecell label="This is a test"/> |
michael@0 | 36 | </treerow> |
michael@0 | 37 | </treeitem> |
michael@0 | 38 | </treechildren> |
michael@0 | 39 | </tree> |
michael@0 | 40 | <tree> |
michael@0 | 41 | <treecols> |
michael@0 | 42 | <treecol style="text-align: left; direction: rtl" flex="1"/> |
michael@0 | 43 | </treecols> |
michael@0 | 44 | <treechildren> |
michael@0 | 45 | <treeitem> |
michael@0 | 46 | <treerow> |
michael@0 | 47 | <treecell label="This is a test"/> |
michael@0 | 48 | </treerow> |
michael@0 | 49 | </treeitem> |
michael@0 | 50 | </treechildren> |
michael@0 | 51 | </tree> |
michael@0 | 52 | <tree> |
michael@0 | 53 | <treecols> |
michael@0 | 54 | <treecol style="text-align: right; direction: ltr" flex="1"/> |
michael@0 | 55 | </treecols> |
michael@0 | 56 | <treechildren> |
michael@0 | 57 | <treeitem> |
michael@0 | 58 | <treerow> |
michael@0 | 59 | <treecell label="This is a test"/> |
michael@0 | 60 | </treerow> |
michael@0 | 61 | </treeitem> |
michael@0 | 62 | </treechildren> |
michael@0 | 63 | </tree> |
michael@0 | 64 | <tree> |
michael@0 | 65 | <treecols> |
michael@0 | 66 | <treecol style="text-align: right; direction: rtl" flex="1"/> |
michael@0 | 67 | </treecols> |
michael@0 | 68 | <treechildren> |
michael@0 | 69 | <treeitem> |
michael@0 | 70 | <treerow> |
michael@0 | 71 | <treecell label="This is a test"/> |
michael@0 | 72 | </treerow> |
michael@0 | 73 | </treeitem> |
michael@0 | 74 | </treechildren> |
michael@0 | 75 | </tree> |
michael@0 | 76 | <tree> |
michael@0 | 77 | <treecols> |
michael@0 | 78 | <treecol style="text-align: end; direction: ltr" flex="1"/> |
michael@0 | 79 | </treecols> |
michael@0 | 80 | <treechildren> |
michael@0 | 81 | <treeitem> |
michael@0 | 82 | <treerow> |
michael@0 | 83 | <treecell label="This is a test"/> |
michael@0 | 84 | </treerow> |
michael@0 | 85 | </treeitem> |
michael@0 | 86 | </treechildren> |
michael@0 | 87 | </tree> |
michael@0 | 88 | <tree> |
michael@0 | 89 | <treecols> |
michael@0 | 90 | <treecol style="text-align: end; direction: rtl" flex="1"/> |
michael@0 | 91 | </treecols> |
michael@0 | 92 | <treechildren> |
michael@0 | 93 | <treeitem> |
michael@0 | 94 | <treerow> |
michael@0 | 95 | <treecell label="This is a test"/> |
michael@0 | 96 | </treerow> |
michael@0 | 97 | </treeitem> |
michael@0 | 98 | </treechildren> |
michael@0 | 99 | </tree> |
michael@0 | 100 | </window> |