From a09558e8a86fc95f88ac4987eac19530883cc1e4 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 4 Nov 2022 06:39:36 -0400 Subject: [PATCH] [frio] Make the main contact row template link to the contact page - This was preventing mobile users to access the contact page that was hidden behind a onmouseover behavior - The now unused template for contact filtering is also removed --- view/theme/frio/templates/contact/entry.tpl | 122 +------------------- 1 file changed, 2 insertions(+), 120 deletions(-) diff --git a/view/theme/frio/templates/contact/entry.tpl b/view/theme/frio/templates/contact/entry.tpl index 0cd55f8d3..5d29238e7 100644 --- a/view/theme/frio/templates/contact/entry.tpl +++ b/view/theme/frio/templates/contact/entry.tpl @@ -6,7 +6,7 @@
@@ -55,11 +55,6 @@ {{/if}} - {{if $contact.photo_menu.edit}} - - - - {{/if}} {{if $contact.photo_menu.follow}} @@ -94,7 +89,7 @@ {{* The contact description (e.g. Name, Network, kind of connection and so on *}}
-

{{$contact.name}} +

{{$contact.name}} {{if $contact.account_type}} ({{$contact.account_type}}){{/if}} {{if $contact.account_type == 'Forum'}}{{/if}} {{* @todo this needs some changing in core because $contact.account_type contains a translated string which may notbe the same in every language *}} @@ -118,116 +113,3 @@

- - -{{* the following part is a nearly a copy of the part above but it is modified for working with js. -We use this part to filter the contacts with jquery.textcomplete *}} -