From edf4f15251158dd0bd3aeb7a2ad7b872c1c59fb3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 23 Apr 2012 20:05:12 +0000 Subject: Modified htmlviewfunctions to allow disabled options for multi-select boxes --- lib/htmlviewfunctions.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/htmlviewfunctions.lua') diff --git a/lib/htmlviewfunctions.lua b/lib/htmlviewfunctions.lua index 08db605..3d6efde 100644 --- a/lib/htmlviewfunctions.lua +++ b/lib/htmlviewfunctions.lua @@ -109,6 +109,7 @@ function displayformitem(myitem, name, viewtype, header_level, group) else v = val.value l = val.label + myitem.disabled = val.disabled end reverseopt[v] = x myitem.value = v -- cgit v1.2.3