1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Pages Plugin: layout fixes.

This commit is contained in:
Awilum
2012-12-14 00:42:02 +02:00
parent 4525600fa7
commit 50cff98e49

View File

@@ -15,13 +15,13 @@
<table class="table table-bordered">
<thead>
<tr>
<td width="3%"></td>
<td><?php echo __('Name', 'pages'); ?></td>
<td class="hidden-phone"><?php echo __('Author', 'pages'); ?></td>
<td class="hidden-phone"><?php echo __('Status', 'pages'); ?></td>
<td class="hidden-phone"><?php echo __('Access', 'pages'); ?></td>
<td class="hidden-phone"><?php echo __('Date', 'pages'); ?></td>
<td></td>
<th width="3%"></th>
<th><?php echo __('Name', 'pages'); ?></th>
<th class="hidden-phone"><?php echo __('Author', 'pages'); ?></th>
<th class="hidden-phone"><?php echo __('Status', 'pages'); ?></th>
<th class="hidden-phone"><?php echo __('Access', 'pages'); ?></th>
<th class="hidden-phone"><?php echo __('Date', 'pages'); ?></th>
<th></th>
</tr>
</thead>
<tbody>