liquid_feedback_frontend
diff app/main/unit/list.lua @ 1045:701a5cf6b067
Imported LiquidFeedback Frontend 3.0 branch
| author | bsw |
|---|---|
| date | Thu Jul 10 01:19:48 2014 +0200 (2014-07-10) |
| parents | c79be8347e93 |
| children | 2a0d86117d54 |
line diff
1.1 --- a/app/main/unit/list.lua Thu Jul 10 01:02:43 2014 +0200 1.2 +++ b/app/main/unit/list.lua Thu Jul 10 01:19:48 2014 +0200 1.3 @@ -1,10 +1,10 @@ 1.4 -slot.put_into("title", _"Unit list") 1.5 - 1.6 -util.help("unit.list", _"Unit list") 1.7 +ui.title(_"Unit list") 1.8 1.9 -slot.put("<br />") 1.10 +ui.section( function() 1.11 + ui.sectionRow( function() 1.12 + execute.view{ module = "unit", view = "_list" } 1.13 + end) 1.14 +end ) 1.15 1.16 -execute.view{ module = "unit", view = "_list" } 1.17 1.18 -slot.put("<br />") 1.19