mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 19:00:36 +02:00
Pages Plugin: layout fixes.
This commit is contained in:
@@ -15,13 +15,13 @@
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="3%"></td>
|
<th width="3%"></th>
|
||||||
<td><?php echo __('Name', 'pages'); ?></td>
|
<th><?php echo __('Name', 'pages'); ?></th>
|
||||||
<td class="hidden-phone"><?php echo __('Author', 'pages'); ?></td>
|
<th class="hidden-phone"><?php echo __('Author', 'pages'); ?></th>
|
||||||
<td class="hidden-phone"><?php echo __('Status', 'pages'); ?></td>
|
<th class="hidden-phone"><?php echo __('Status', 'pages'); ?></th>
|
||||||
<td class="hidden-phone"><?php echo __('Access', 'pages'); ?></td>
|
<th class="hidden-phone"><?php echo __('Access', 'pages'); ?></th>
|
||||||
<td class="hidden-phone"><?php echo __('Date', 'pages'); ?></td>
|
<th class="hidden-phone"><?php echo __('Date', 'pages'); ?></th>
|
||||||
<td></td>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Reference in New Issue
Block a user