From 9bdb7bef5dadb3cfb8e3ff661f68b5cc7a70c5cd Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 30 Sep 2015 19:27:53 -0700 Subject: add delivery reports to mail (not backported to redmatrix) --- view/tpl/mail_conv.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl') diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index 2e64de7bc..09333ae11 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -9,6 +9,7 @@
{{$mail.body}}
{{if $mail.can_recall}} + {{/if}} -- cgit v1.2.3 From 526bc36b40abb5911f74228fa4445e11c68d4f9f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 30 Sep 2015 19:31:25 -0700 Subject: update the opensearch template --- view/tpl/opensearch.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/opensearch.tpl b/view/tpl/opensearch.tpl index 8885c12bc..f247e3401 100755 --- a/view/tpl/opensearch.tpl +++ b/view/tpl/opensearch.tpl @@ -1,10 +1,10 @@ Hubzilla@{{$nodename}} - Search in The Hubzilla@{{$nodename}} - http://github.com/friendica/red/ - {{$baseurl}}/images/rm-16.png - {{$baseurl}}/images/rm-64.png + Search in Hubzilla@{{$nodename}} + http://github.com/redmatrix/hubzilla/ + {{$baseurl}}/images/hz-16.png + {{$baseurl}}/images/hz-64.png Date: Wed, 30 Sep 2015 21:59:33 -0700 Subject: issue #61 - provide un-useable icons as placeholders for location setting options on deleted hublocs --- view/tpl/locmanage.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl index e0232547f..0620e2dcb 100644 --- a/view/tpl/locmanage.tpl +++ b/view/tpl/locmanage.tpl @@ -15,11 +15,15 @@ function drophub(id) { {{if $hub.deleted}}{{/if}} {{$hub.hubloc_url}} ({{$hub.hubloc_addr}}){{if $hub.deleted}}{{/if}} - +{{if ! $hub.deleted}} + {{if $hub.primary}}{{else}}{{/if}} {{if ! $hub.deleted}}{{/if}} +{{else}} + +{{/if}} {{/foreach}} -- cgit v1.2.3 From e7131bc8f8cbb264c0416dd1664721f50023ce73 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 30 Sep 2015 22:10:26 -0700 Subject: this is an even better fix for issue #61 --- view/tpl/locmanage.tpl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl index 0620e2dcb..4ace457ed 100644 --- a/view/tpl/locmanage.tpl +++ b/view/tpl/locmanage.tpl @@ -12,19 +12,15 @@ function drophub(id) { {{foreach $hubs as $hub}} +{{if ! $hub.deleted }} - -{{if ! $hub.deleted}} +{{$hub.hubloc_url}} ({{$hub.hubloc_addr}}) - -{{else}} - -{{/if}} + +{{/if}} {{/foreach}}
{{$loc}}{{$mkprm}}{{$drop}}
-{{if $hub.deleted}}{{/if}} -{{$hub.hubloc_url}} ({{$hub.hubloc_addr}}){{if $hub.deleted}}{{/if}} {{if $hub.primary}}{{else}}{{/if}} {{if ! $hub.deleted}}{{/if}}
-- cgit v1.2.3