Merge pull request #1791 from yfdyh000/plugin_enabled
Intuitive checkbox for Enabled Plugins
This commit is contained in:
commit
b1f026b674
2 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ <h3 class="window-subtitle">{'Enabled Plugins'|t}</h3>
|
|||
<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 @@ <h3 class="window-subtitle">{'Enabled Plugins'|t}</h3>
|
|||
</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 @@ <h3 class="window-subtitle">{'Disabled Plugins'|t}</h3>
|
|||
<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 @@ <h3 class="window-subtitle">{'Disabled Plugins'|t}</h3>
|
|||
</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>
|
||||
|
|
|
@ -27,7 +27,7 @@ <h1>Enabled Plugins</h1>
|
|||
<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 @@ <h1>Disabled Plugins</h1>
|
|||
{else}
|
||||
<table>
|
||||
<tr>
|
||||
<th class="center">Enable</th>
|
||||
<th class="center">Enabled</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue