1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10: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>
<tr>
<th><?php echo __('Name', 'filesmanager'); ?></th>
<th class="hidden-phone"><?php echo __('Extension', 'filesmanager'); ?></th>
<th class="hidden-phone"><?php echo __('Size', 'filesmanager'); ?></th>
<th><?php echo __('Extension', 'filesmanager'); ?></th>
<th><?php echo __('Size', 'filesmanager'); ?></th>
<th></th>
</tr>
</thead>
@@ -101,10 +101,10 @@
<?php echo Html::anchor(File::name($file), $site_url.'/public/' . $path.$file, array('target'=>'_blank'));?>
<?php } ?>
</td>
<td class="hidden-phone">
<td>
<?php echo $ext; ?>
</td>
<td class="hidden-phone">
<td>
<?php echo Number::byteFormat(filesize($files_path. DS .$file)); ?>
</td>
<td>