From: Jo-Philipp Wich Date: Sat, 30 Oct 2010 17:21:27 +0000 (+0000) Subject: libs/web: add placeholder support to DynamicList widgets X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4f2248fadb73503731f81826f589f782dbb986ac;p=openwrt-luci.git libs/web: add placeholder support to DynamicList widgets --- diff --git a/libs/web/luasrc/view/cbi/dynlist.htm b/libs/web/luasrc/view/cbi/dynlist.htm index 9ca7534738..387299dec1 100644 --- a/libs/web/luasrc/view/cbi/dynlist.htm +++ b/libs/web/luasrc/view/cbi/dynlist.htm @@ -19,7 +19,10 @@ $Id$ for i=1, #vals + 1 do local val = vals[i] %> - />
+ />
<% end %>