liquid_feedback_frontend
diff app/main/unit/list.lua @ 418:54a7daa4d35c
Added missing boxes
author | bsw |
---|---|
date | Sat Mar 10 17:51:00 2012 +0100 (2012-03-10) |
parents | f460555c9896 |
children | 990432f7dba0 |
line diff
1.1 --- a/app/main/unit/list.lua Sat Mar 10 17:41:55 2012 +0100 1.2 +++ b/app/main/unit/list.lua Sat Mar 10 17:51:00 2012 +0100 1.3 @@ -2,4 +2,6 @@ 1.4 1.5 util.help("unit.list", _"Unit list") 1.6 1.7 -execute.view{ module = "unit", view = "_list" } 1.8 \ No newline at end of file 1.9 +ui.container{ attr = { class = "box" }, content = function() 1.10 + execute.view{ module = "unit", view = "_list" } 1.11 +end } 1.12 \ No newline at end of file