diff --git a/module/custom/view/mode.html.php b/module/custom/view/mode.html.php
index 693574ab8b..380ac74e1a 100644
--- a/module/custom/view/mode.html.php
+++ b/module/custom/view/mode.html.php
@@ -56,12 +56,14 @@
| lang->custom->selectUsage;?> |
-
- custom->useLight, "id='useLight' data-mode='light'", "btn btn-wide $primaryClass");?>
+
+
+ custom->useLight, "id='useLight' data-mode='light' $disabled", "btn btn-wide $primaryClass");?>
|
-
- custom->useALM, "id='useALM' data-mode='ALM'", "btn btn-wide $primaryClass");?>
+
+
+ custom->useALM, "id='useALM' data-mode='ALM' $disabled", "btn btn-wide $primaryClass");?>
|