1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +02:00

Twitter Bootsrap 3 - Admin - Fixes #185

This commit is contained in:
Awilum
2014-01-11 00:56:21 +02:00
parent f340fcd3a2
commit c2a2dba621

View File

@@ -64,8 +64,8 @@
<thead> <thead>
<tr> <tr>
<th><?php echo __('Name', 'filesmanager'); ?></th> <th><?php echo __('Name', 'filesmanager'); ?></th>
<th class="hidden-phone"><?php echo __('Extension', 'filesmanager'); ?></th> <th><?php echo __('Extension', 'filesmanager'); ?></th>
<th class="hidden-phone"><?php echo __('Size', 'filesmanager'); ?></th> <th><?php echo __('Size', 'filesmanager'); ?></th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>
@@ -101,10 +101,10 @@
<?php echo Html::anchor(File::name($file), $site_url.'/public/' . $path.$file, array('target'=>'_blank'));?> <?php echo Html::anchor(File::name($file), $site_url.'/public/' . $path.$file, array('target'=>'_blank'));?>
<?php } ?> <?php } ?>
</td> </td>
<td class="hidden-phone"> <td>
<?php echo $ext; ?> <?php echo $ext; ?>
</td> </td>
<td class="hidden-phone"> <td>
<?php echo Number::byteFormat(filesize($files_path. DS .$file)); ?> <?php echo Number::byteFormat(filesize($files_path. DS .$file)); ?>
</td> </td>
<td> <td>