Merge pull request #1791 from yfdyh000/plugin_enabled

Intuitive checkbox for Enabled Plugins
This commit is contained in:
ArthurHoaro 2021-09-05 09:27:55 +02:00 committed by GitHub
commit b1f026b674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@
<table id="plugin_table">
<thead>
<tr>
<th class="center">{'Disable'|t}</th>
<th class="center">{'Enabled'|t}</th>
<th>{'Name'|t}</th>
<th><div class="pure-u-0 pure-u-lg-visible">{'Description'|t}</div></th>
<th class="center">{'Order'|t}</th>
@ -61,7 +61,7 @@
</tbody>
<tfoot>
<tr>
<th class="center">{'Disable'|t}</th>
<th class="center">{'Enabled'|t}</th>
<th>{'Name'|t}</th>
<th><div class="pure-u-0 pure-u-lg-visible">{'Description'|t}</div></th>
<th class="center">{'Order'|t}</th>
@ -82,7 +82,7 @@
<table>
<thead>
<tr>
<th class="center">{'Enable'|t}</th>
<th class="center">{'Enabled'|t}</th>
<th>{'Name'|t}</th>
<th><div class="pure-u-0 pure-u-lg-visible">{'Description'|t}</div></th>
</tr>
@ -105,7 +105,7 @@
</tbody>
<tfoot>
<tr>
<th class="center">{'Enable'|t}</th>
<th class="center">{'Enabled'|t}</th>
<th>{'Name'|t}</th>
<th><div class="pure-u-0 pure-u-lg-visible">{'Description'|t}</div></th>
</tr>

View file

@ -27,7 +27,7 @@
<table id="plugin_table">
<thead>
<tr>
<th class="center">Disable</th>
<th class="center">Enabled</th>
<th class="center">Order</th>
<th>Name</th>
<th>Description</th>
@ -67,7 +67,7 @@
{else}
<table>
<tr>
<th class="center">Enable</th>
<th class="center">Enabled</th>
<th>Name</th>
<th>Description</th>
</tr>