Skip to content
Snippets Groups Projects
Commit 142f3922 authored by Marc Egger's avatar Marc Egger
Browse files

refs #10554 : fix extrabuttonlock also for radio and checkbox

parent 429c2d9a
No related branches found
No related tags found
2 merge requests!302Develop,!296Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline #3986 failed
......@@ -439,6 +439,7 @@ EOF;
onclick="$('[id^=$id]').parent('label').toggleClass('qfq-disabled')">
<span class="glyphicon glyphicon-lock" aria-hidden="true"></span>
</button>
<script>$('[id^=$id]').parent('label').addClass('qfq-disabled')</script>
EOF;
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment