webmcp

view framework/env/ui_deprecated/label.lua @ 93:075ab292653d

Updated apache.sample.conf to include simplified configuration
author jbe
date Wed Oct 10 18:23:40 2012 +0200 (2012-10-10)
parents 9fdfb27f8e67
children
line source
1 function ui_deprecated.label(value)
2 slot.put '<div class="ui_label">'
3 ui_deprecated.text( value )
4 slot.put '</div>\n'
5 end

Impressum / About Us