From: Jo-Philipp Wich Date: Tue, 12 Aug 2014 10:39:45 +0000 (+0000) Subject: added readonly property to TextValue (tvalue.htm) template X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=649227308f25b4b429ada6b0b7d10e9a908b9113 added readonly property to TextValue (tvalue.htm) template A textarea has a readonly property which is currently not supported by the TextValue template ( tvalue.htm ) Here the patch to add it to tvalue.htm Signed-off-by: Christian Schoenebeck --- diff --git a/modules/base/luasrc/view/cbi/tvalue.htm b/modules/base/luasrc/view/cbi/tvalue.htm index fcf7a6c94..4841c370a 100644 --- a/modules/base/luasrc/view/cbi/tvalue.htm +++ b/modules/base/luasrc/view/cbi/tvalue.htm @@ -1,5 +1,5 @@ <%+cbi/valueheader%> - <%+cbi/valuefooter%>