Removed : Stupid naming and styling
This commit is contained in:
parent
334d8f805d
commit
d0e1274e45
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@
|
|||
<div class="pluginStatus">
|
||||
{if $plug.plugin_active == 'yes'}
|
||||
<span class="label label-success">Active </span>
|
||||
{elseif $plug.plugin_active != 'Active'} <span class="label label-warning">NotActive {/if}</span>
|
||||
<span class="label label-danger"><span>Author:</span><strong>{$plug.author}</strong></span>
|
||||
<span class="label label-info"><span>Ver.</span><strong>{$plug.version}</strong></span>
|
||||
{elseif $plug.plugin_active != 'Active'} <span class="label label-danger">Inactive {/if}</span>
|
||||
<span class="label label-info"><span>Author:</span><strong>{$plug.author}</strong></span>
|
||||
<span class="label label-success"><span>Ver.</span><strong>{$plug.version}</strong></span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Reference in a new issue