Add total filesize to directory list

This commit is contained in:
2012-01-05 00:49:32 +00:00
parent b6a0899141
commit be70edcfbe

View File

@@ -47,7 +47,8 @@
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="3"><input type="submit" class="btn primary" name="submit" value="Add to Basket" /></td> <td colspan="2"><input type="submit" class="btn primary" name="submit" value="Add to Basket" /></td>
<td>{$root->size()|formatFilesize|escape:html}</td>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>