From edd837038ad1bdb7cde51fc708034db94811a856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Thu, 24 Nov 2016 22:32:49 +0100 Subject: [PATCH 1/2] MDL-56800 theme_boost: Display frozen form's radios as disabled For frozen (read-only) forms, the radio widget was not displayed at all and only the legend text was displayed. So it was not possible to see which one of the radios in a group was selected. This patch mimics the original quick form rendering and displays the radio as disabled. --- theme/boost/templates/core_form/element-radio-inline.mustache | 3 +-- theme/boost/templates/core_form/element-radio.mustache | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/theme/boost/templates/core_form/element-radio-inline.mustache b/theme/boost/templates/core_form/element-radio-inline.mustache index 509c6d76e92..5e12788a580 100644 --- a/theme/boost/templates/core_form/element-radio-inline.mustache +++ b/theme/boost/templates/core_form/element-radio-inline.mustache @@ -12,15 +12,14 @@ }} {{{helpbutton}}}