[preferences] remove checkbox class from query section

This commit is contained in:
MrPaulBlack 2021-09-24 19:14:35 +02:00
parent 30a9146bdc
commit 3017227c14

View file

@ -297,7 +297,7 @@
<tr>
<td></td>
<td>{{ answerer.keywords|join(', ') }}</td>
<td><div class="checkbox">{{ answerer.info.name }}</div></td>
<td>{{ answerer.info.name }}</td>
<td>{{ answerer.info.description }}</td>
<td>{{ answerer.info.examples|join(', ') }}</td>
</tr>
@ -309,7 +309,7 @@
<tr>
<td>{{- checkbox_onoff('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}}</td>
<td>{{ plugin.query_keywords|join(', ') }}</td>
<td><div class="checkbox">{{ _(plugin.name) }}</div></td>
<td>{{ _(plugin.name) }}</td>
<td>{{ _(plugin.description) }}</td>
<td>{{ plugin.query_examples }}</td>
</tr>