1
0
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:
Awilum
2012-12-14 00:42:02 +02:00
parent 4525600fa7
commit 50cff98e49

View File

@@ -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>