X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fcontact_template.tpl;h=264e5a4c615fdf7cad7a80c7acfee2f57eaac740;hb=c5260c0f2f4f5246a2b5a01fc7d8e752f4e2effb;hp=bfffec0ce5a7c676cbf5f0e3d1bd55be0cb578d0;hpb=2a33882fe03a52eb27a0c7154bac57e9fcd081b3;p=friendica.git diff --git a/view/theme/frio/templates/contact_template.tpl b/view/theme/frio/templates/contact_template.tpl index bfffec0ce5..264e5a4c61 100644 --- a/view/theme/frio/templates/contact_template.tpl +++ b/view/theme/frio/templates/contact_template.tpl @@ -46,10 +46,21 @@
+ {{* The contact actions like private mail, delete contact, edit contact and so on *}} + + {{* 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 *}} @@ -124,11 +135,21 @@ We use this part to filter the contacts with jquery.textcomplete *}}

-
{{* @todo There is a bug with this class - the browser freezes if the screensize is to small - but only fith textcomplete*}} +
+ {{* The contact actions like private mail, delete contact, edit contact and so on *}} + + {{* The contact description (e.g. Name, Network, kind of connection and so on *}}
-

{$name} +

{$name} {if $account_type} ({$account_type}){/if} {if $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 *}}