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 From 02328bfdbe0bda6a44e6bf2195d836b31dfef290 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 21 Dec 2014 20:27:43 +0100 Subject: forgot to git add files --- view/tpl/cloud_header.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 view/tpl/cloud_header.tpl (limited to 'view/tpl') diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl new file mode 100644 index 000000000..562ae0d02 --- /dev/null +++ b/view/tpl/cloud_header.tpl @@ -0,0 +1,10 @@ +
+
+ + +
+

{{$header}}

+
+
+{{$actionspanel}} + -- cgit v1.2.3 From be1891c058ccff08d4cafa2bea061424efc0ef82 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 21 Dec 2014 21:48:10 +0100 Subject: fix button visibility --- view/tpl/cloud_header.tpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl index 562ae0d02..f5f123edb 100644 --- a/view/tpl/cloud_header.tpl +++ b/view/tpl/cloud_header.tpl @@ -1,10 +1,13 @@
+ {{if $actionspanel}}
+ {{/if}}

{{$header}}

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