liquid_feedback_frontend
diff app/main/lf2/area_notification.lua @ 211:4993b71b383f
First checkin of lf2 (frontend second generation) prototype
| author | bsw |
|---|---|
| date | Wed Mar 02 20:06:26 2011 +0100 (2011-03-02) |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/lf2/area_notification.lua Wed Mar 02 20:06:26 2011 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +local area = Area:by_id(param.get_id()) 1.5 + 1.6 +slot.set_layout("lf2") 1.7 + 1.8 +ui.box{ 1.9 + ui.box_row{ content = function() ui.box_col{ content = function() 1.10 + 1.11 + 1.12 + 1.13 + end } end } 1.14 +} 1.15 \ No newline at end of file