liquid_feedback_frontend
diff app/main/unit/list.lua @ 273:7196685f9dd7
More optical enhancements, more repositioning
author | bsw |
---|---|
date | Wed Feb 08 18:49:22 2012 +0100 (2012-02-08) |
parents | 7ef1e03e4057 |
children | f460555c9896 |
line diff
1.1 --- a/app/main/unit/list.lua Wed Feb 08 00:55:17 2012 +0100 1.2 +++ b/app/main/unit/list.lua Wed Feb 08 18:49:22 2012 +0100 1.3 @@ -1,6 +1,6 @@ 1.4 local units = Unit:get_flattened_tree{ active = true } 1.5 1.6 -slot.put_into("title", encode.html(config.app_title)) 1.7 +slot.put_into("title", _"Unit list") 1.8 1.9 if not app.session.member_id and config.motd_public then 1.10 local help_text = config.motd_public 1.11 @@ -18,7 +18,6 @@ 1.12 records = units, 1.13 columns = { 1.14 { 1.15 - label = "name", 1.16 content = function(unit) 1.17 ui.link{ text = unit.name, module = "area", view = "list", params = { unit_id = unit.id } } 1.18 end