mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 03:10:25 +02:00
Information Plugin: layout fixes.
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo __('Name', 'information'); ?></td>
|
<th><?php echo __('Name', 'information'); ?></th>
|
||||||
<td><?php echo __('Value', 'information'); ?></td>
|
<th><?php echo __('Value', 'information'); ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -43,8 +43,8 @@
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo __('Name', 'information'); ?></td>
|
<th><?php echo __('Name', 'information'); ?></th>
|
||||||
<td><?php echo __('Value', 'information'); ?></td>
|
<th><?php echo __('Value', 'information'); ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -95,8 +95,8 @@
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo __('Directory', 'information'); ?></td>
|
<th><?php echo __('Directory', 'information'); ?></th>
|
||||||
<td><?php echo __('Status', 'information'); ?></td>
|
<th><?php echo __('Status', 'information'); ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><?php echo __('Security check results', 'information'); ?></td>
|
<th colspan="2"><?php echo __('Security check results', 'information'); ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Reference in New Issue
Block a user