From 27d786c979a07eddaa31a9f8fe291360b586b9cf Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 21 Dec 2014 20:11:30 +0100 Subject: files: make mod/filestorage.php load via ajax and some design work. work in progress... --- view/tpl/attach_edit.tpl | 14 ++++++-------- view/tpl/cloud_actionspanel.tpl | 42 ++++++++++++++++------------------------- view/tpl/cloud_directory.tpl | 14 ++++++-------- 3 files changed, 28 insertions(+), 42 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index a2a4af16b..bf39e6158 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -1,16 +1,16 @@ - - -

{{$header}}

-
-{{$aclselect}} {{$file.filename}} +
+{{$aclselect}} + @@ -28,9 +28,7 @@
{{$cpldesc}}

-
- -
+ diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 00f243c1e..d88bc94c4 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -1,27 +1,17 @@ -
- - - - - - - - - - -
{{$folder_header}}    -
- - - -
-
{{$upload_header}}    -
- - - - -
-
- +
+ +
+ + + +
+
+
+ +
+ + + + +
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 639a6bf61..f37895e09 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,5 +1,5 @@
-

{{$header}}

+ @@ -26,8 +26,9 @@ {{if $item.is_owner}} - - + + + {{else}} {{/if}} @@ -35,11 +36,8 @@ + {{/foreach}} - -
{{$item.displayName}}{{$item.attachIcon}}{{$item.sizeFormatted}} {{$item.lastmodified}}

-{{if $quota.limit || $quota.used}} -

{{$total}} {{$quota.desc}}

-{{/if}} +
-- cgit v1.2.3