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

#64 Admin Responsive - Next Round

This commit is contained in:
Awilum
2013-01-27 20:43:04 +02:00
parent aba5dda41b
commit 70954e8cdb
3 changed files with 92 additions and 10 deletions

View File

@@ -40,8 +40,8 @@
<thead>
<tr>
<th><?php echo __('Name', 'filesmanager'); ?></th>
<th><?php echo __('Extension', 'filesmanager'); ?></th>
<th><?php echo __('Size', 'filesmanager'); ?></th>
<th class="hidden-phone"><?php echo __('Extension', 'filesmanager'); ?></th>
<th class="hidden-phone"><?php echo __('Size', 'filesmanager'); ?></th>
<th></th>
</tr>
</thead>
@@ -73,10 +73,10 @@
<td<?php if (isset(File::$mime_types[$ext]) && preg_match('/image/', File::$mime_types[$ext])) echo ' class="image"'?>>
<?php echo Html::anchor(File::name($file), $site_url.'public/' . $path.$file, array('target'=>'_blank'));?>
</td>
<td>
<td class="hidden-phone">
<?php echo $ext; ?>
</td>
<td>
<td class="hidden-phone">
<?php echo Number::byteFormat(filesize($files_path. DS .$file)); ?>
</td>
<td>