From dfe45342f6739bef9b3dff8e49641bb58998c757 Mon Sep 17 00:00:00 2001 From: tuscanhobbit Date: Sat, 28 Jun 2014 23:14:34 +0200 Subject: Checkboxes were not aligned in connedit, added a table --- view/tpl/filestorage.tpl | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 view/tpl/filestorage.tpl (limited to 'view/tpl/filestorage.tpl') diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl deleted file mode 100644 index 1995b95e1..000000000 --- a/view/tpl/filestorage.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{if $files}} - -
- {{if $limit}}{{$limitlabel}}{{$limit}}{{/if}} {{if $used}} {{$usedlabel}}{{$used}}{{/if}} -
-
- - {{foreach $files as $key => $items}} - {{foreach $items as $item}} -
-      -      - {{if ! $item.dir}}{{/if}}{{$item.title}}{{if ! $item.dir}}{{/if}} - {{if ! $item.dir}} | {{$item.size}} bytes{{else}}{{$directory}}{{/if}} - -
- {{/foreach}} - {{/foreach}} -
- -
- -{{/if}} -- cgit v1.2.3