liquid_feedback_frontend

annotate env/ui/boxhead.lua @ 213:acf92c2d33f4

Seperated css and fixed issue delegations for second generation frontend
author bsw
date Thu Mar 03 21:26:35 2011 +0100 (2011-03-03)
parents 4993b71b383f
children
rev   line source
bsw@211 1 function ui.boxhead(args)
bsw@211 2 local class = "boxhead"
bsw@211 3 if args.class then class = class .. " " .. args.class end
bsw@211 4 ui.tag{ tag = "a", attr = { class = class, name = args.name }, content = args.content }
bsw@211 5 end

Impressum / About Us