From 9185321c8beb3b8cbd46a3ace2c483e9f7fd6f1e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 22 Apr 2014 01:01:21 +0200 Subject: [PATCH] Diaspora-XML-Templates: Added provider name and some rearrangements to fit the exact order of the elements in diaspora (only for the beauty) --- view/templates/diaspora_like.tpl | 4 ++-- view/templates/diaspora_like_relay.tpl | 2 +- view/templates/diaspora_photo.tpl | 8 ++++---- view/templates/diaspora_post.tpl | 3 ++- view/templates/diaspora_profile.tpl | 6 +++--- view/templates/diaspora_relayable_retraction.tpl | 6 +++--- view/templates/diaspora_retract.tpl | 4 ++-- 7 files changed, 17 insertions(+), 16 deletions(-) diff --git a/view/templates/diaspora_like.tpl b/view/templates/diaspora_like.tpl index 1d58d5d3f3..b35ec46adf 100644 --- a/view/templates/diaspora_like.tpl +++ b/view/templates/diaspora_like.tpl @@ -6,11 +6,11 @@ - {{$target_type}} + {{$positive}} {{$guid}} + {{$target_type}} {{$parent_guid}} {{$authorsig}} - {{$positive}} {{$handle}} diff --git a/view/templates/diaspora_like_relay.tpl b/view/templates/diaspora_like_relay.tpl index 7a55d8b203..379bf0f459 100644 --- a/view/templates/diaspora_like_relay.tpl +++ b/view/templates/diaspora_like_relay.tpl @@ -6,12 +6,12 @@ + {{$positive}} {{$guid}} {{$target_type}} {{$parent_guid}} {{$parentsig}} {{$authorsig}} - {{$positive}} {{$handle}} diff --git a/view/templates/diaspora_photo.tpl b/view/templates/diaspora_photo.tpl index b6220346c4..258a9c2f4a 100644 --- a/view/templates/diaspora_photo.tpl +++ b/view/templates/diaspora_photo.tpl @@ -6,13 +6,13 @@ - {{$path}} - {{$filename}} - {{$msg_guid}} {{$guid}} {{$handle}} {{$public}} {{$created_at}} + {{$path}} + {{$filename}} + {{$msg_guid}} - \ No newline at end of file + diff --git a/view/templates/diaspora_post.tpl b/view/templates/diaspora_post.tpl index 2817f7d4a0..b5a79c1949 100644 --- a/view/templates/diaspora_post.tpl +++ b/view/templates/diaspora_post.tpl @@ -11,6 +11,7 @@ {{$handle}} {{$public}} {{$created}} + {{$provider}} - \ No newline at end of file + diff --git a/view/templates/diaspora_profile.tpl b/view/templates/diaspora_profile.tpl index 11aaf10550..e57b82820e 100644 --- a/view/templates/diaspora_profile.tpl +++ b/view/templates/diaspora_profile.tpl @@ -9,13 +9,13 @@ {{$first}} {{$last}} {{$large}} - {{$small}} {{$medium}} + {{$small}} {{$dob}} {{$gender}} {{$about}} {{$location}} {{$searchable}} {{$tags}} - - + + diff --git a/view/templates/diaspora_relayable_retraction.tpl b/view/templates/diaspora_relayable_retraction.tpl index 138cbdb317..c25e13db11 100644 --- a/view/templates/diaspora_relayable_retraction.tpl +++ b/view/templates/diaspora_relayable_retraction.tpl @@ -6,11 +6,11 @@ - {{$target_type}} - {{$guid}} {{$parentsig}} - {{$authorsig}} + {{$guid}} + {{$target_type}} {{$handle}} + {{$authorsig}} diff --git a/view/templates/diaspora_retract.tpl b/view/templates/diaspora_retract.tpl index 103bfc9d5c..345f4bcb66 100644 --- a/view/templates/diaspora_retract.tpl +++ b/view/templates/diaspora_retract.tpl @@ -7,8 +7,8 @@ {{$guid}} - {{$type}} {{$handle}} + {{$type}} - \ No newline at end of file + -- 2.39.5