sorry tim!
[Bookkeeping.git] / webkell / bkui / useAccountsPage.lzx
blob18c9cce2d49d80a9c3104ece790fdc6967b20187
2 <canvas debug="true" width="100%" height="100%"  bgcolor="#EAEAEA" >
3     
4     <dataset name="bookkeepingdata" request="true" src="http:bookkeeping.system.2.xml" />
5     <debug x="200" y="100" height="200" width="400" />
6     
7     
8     <simplelayout axis="y" />
9     
10     <text text="Accounts" />
11     
12     <view name="gridview" bgcolor="0xbbbbbb" >
14         <simplelayout axis="x" />
15         <include href="_accountsgrid.lzx" />
16         <button name="remove" width="20" height="20" >-</button>
17         <button name="add" width="20" height="20" >+</button>
18     </view>
19     
20     <view name="buttonview"  >
21         
22         <simplelayout axis="x" />
23         <button name="cancel" width="60" >cancel</button>
24         <button name="save" width="60" >save</button>
25     </view>
26     
27 </canvas>