mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +02:00
PluginsManager Plugin: layout updates.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php echo __('Name', 'plugins'); ?></th>
|
<th><?php echo __('Name', 'plugins'); ?></th>
|
||||||
<th><?php echo __('Description', 'plugins'); ?></th>
|
<th class="hidden-phone"><?php echo __('Description', 'plugins'); ?></th>
|
||||||
<th><?php echo __('Author', 'plugins'); ?></th>
|
<th><?php echo __('Author', 'plugins'); ?></th>
|
||||||
<th><?php echo __('Version', 'plugins'); ?></th>
|
<th><?php echo __('Version', 'plugins'); ?></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<?php echo $plugin['title']; ?>
|
<?php echo $plugin['title']; ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td class="hidden-phone">
|
||||||
<?php echo $plugin['description']; ?>
|
<?php echo $plugin['description']; ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php echo __('Name', 'plugins'); ?></th>
|
<th><?php echo __('Name', 'plugins'); ?></th>
|
||||||
<th><?php echo __('Description', 'plugins'); ?></th>
|
<th class="hidden-phone"><?php echo __('Description', 'plugins'); ?></th>
|
||||||
<th><?php echo __('Author', 'plugins'); ?></th>
|
<th><?php echo __('Author', 'plugins'); ?></th>
|
||||||
<th><?php echo __('Version', 'plugins'); ?></th>
|
<th><?php echo __('Version', 'plugins'); ?></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<?php echo $plugin_xml->plugin_name; ?>
|
<?php echo $plugin_xml->plugin_name; ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td class="hidden-phone">
|
||||||
<?php echo $plugin_xml->plugin_description; ?>
|
<?php echo $plugin_xml->plugin_description; ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user