liquid_feedback_frontend
diff app/main/unit/list.lua @ 433:990432f7dba0
Added footer, moved about to footer
author | bsw |
---|---|
date | Sat Mar 10 22:25:42 2012 +0100 (2012-03-10) |
parents | 54a7daa4d35c |
children | c79be8347e93 |
line diff
1.1 --- a/app/main/unit/list.lua Sat Mar 10 20:29:58 2012 +0100 1.2 +++ b/app/main/unit/list.lua Sat Mar 10 22:25:42 2012 +0100 1.3 @@ -2,6 +2,11 @@ 1.4 1.5 util.help("unit.list", _"Unit list") 1.6 1.7 +slot.put("<br />") 1.8 + 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 1.13 +end } 1.14 + 1.15 +slot.put("<br />") 1.16 +