liquid_feedback_frontend

annotate env/ui/box_col.lua @ 216:4f6e6b213fb8

Cleanup on second generation frontend code and stylesheet
author bsw
date Mon Mar 07 12:15:22 2011 +0100 (2011-03-07)
parents 1dab81353eb1
children 73dbc9e2bfd4
rev   line source
bsw@211 1 function ui.box_col(args)
bsw@211 2 local class = "col"
bsw@211 3 if args.class then class = class .. " " .. args.class end
bsw@211 4 ui.container{ attr = { class = class }, content = args.content }
bsw@211 5 end

Impressum / About Us