treewide: avoid double-escaping CBI section labels
[project/luci.git] / applications / luci-app-freifunk-widgets / luasrc / model / cbi / freifunk / widgets / heightwidth.lua
1 -- Copyright 2012 Manuel Munz <freifunk at somakoma dot de>
2 -- Licensed to the public under the Apache License 2.0.
3
4 local map, section = ...
5
6 local width = wdg:option(Value, "width", translate("Width"))
7 width.rmempty = true
8
9 --[[
10 local height = wdg:option(Value, "height", translate("Height"))
11 height.rmempty = true
12 height.optional = true
13 ]]--
14
15 local pr = wdg:option(Value, "paddingright", translate("Padding right"))
16 pr.rmempty = true