forked from Ponysearch/Ponysearch
[preferences] remove checkbox class from query section
This commit is contained in:
parent
30a9146bdc
commit
3017227c14
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue