liquid_feedback_frontend
diff env/ui/actions.lua @ 595:bc6934411019
Added unit editor, small fixes at admin section
author | bsw |
---|---|
date | Sun Jun 24 20:41:50 2012 +0200 (2012-06-24) |
parents | |
children | 701a5cf6b067 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/env/ui/actions.lua Sun Jun 24 20:41:50 2012 +0200 1.3 @@ -0,0 +1,5 @@ 1.4 +function ui.actions(content) 1.5 + slot.select("head", function() 1.6 + ui.container{ attr = { class = "actions" }, content = content } 1.7 + end) 1.8 +end 1.9 \ No newline at end of file