From d8c03526ed24a4b26c589659d394848c81bacc53 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 25 Sep 2014 20:21:23 -0700 Subject: optionally include wall items (posts) in import/export --- view/tpl/channel_import.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/tpl') diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl index f7635ea52..f76594934 100755 --- a/view/tpl/channel_import.tpl +++ b/view/tpl/channel_import.tpl @@ -22,6 +22,11 @@
+ + +
+ +
{{$common}}
-- cgit v1.2.3 From 1e7fbac6c1a26e6ae5be18ce3e5332f222bc2977 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 26 Sep 2014 01:52:30 -0700 Subject: doc updates, clean up buttons on PM edit template to match other edit buttons --- view/tpl/mail_list.tpl | 2 +- view/tpl/prv_message.tpl | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index e17a206a0..6b06f6127 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -3,6 +3,6 @@ {{$from_name}} {{$subject}} {{$date}} - +
 
diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index 118bd846f..709943541 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -26,26 +26,26 @@
-
+
+ -
+
+ - + {{if $feature_expire}} -
+
+ {{/if}} {{if $feature_encrypt}} -
+
+ {{/if}}
-- cgit v1.2.3 From b948ab595592e4a43f684a49dc681a755f8c8673 Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 26 Sep 2014 12:29:07 +0200 Subject: some more work on photos - work in progress --- view/tpl/photo_albums.tpl | 27 ++++++++++++++------------- view/tpl/photos_recent.tpl | 16 +++++++--------- 2 files changed, 21 insertions(+), 22 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl index 7ff4a8cc0..27f156c68 100755 --- a/view/tpl/photo_albums.tpl +++ b/view/tpl/photo_albums.tpl @@ -1,15 +1,16 @@ diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index fce518cfe..b4094512c 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -1,13 +1,11 @@ -

{{$title}}

-{{if $can_post}} -{{$upload.0}} -{{/if}} - +
+

{{$title}}

+
-{{foreach $photos as $photo}} - {{include file="photo_top.tpl"}} -{{/foreach}} -
+ {{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} + {{/foreach}} +
-- cgit v1.2.3