diff --git a/WebRoot/view/tb/form/view.html b/WebRoot/view/tb/form/view.html index ff9a4ebf..50efd93c 100644 --- a/WebRoot/view/tb/form/view.html +++ b/WebRoot/view/tb/form/view.html @@ -367,6 +367,10 @@ return false; } + $('*').prop('readonly', true); + $('input[type="checkbox"]').prop('disabled', true); + $('input[type="radio"]').prop('disabled', true); + });