add MB indicator to size heading, fix #3987

This commit is contained in:
Jan-Christoph Borchardt 2013-07-09 18:29:26 +02:00
parent 40879c6327
commit 3fb3a7baa8

View file

@ -77,7 +77,7 @@
<?php endif; ?>
</span>
</th>
<th id="headerSize"><?php p($l->t( 'Size' )); ?></th>
<th id="headerSize"><?php p($l->t('Size (MB)')); ?></th>
<th id="headerDate">
<span id="modified"><?php p($l->t( 'Modified' )); ?></span>
<?php if ($_['permissions'] & OCP\PERMISSION_DELETE): ?>