{{$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 *}}
-
-
-
- {{* This is a wrapper for the contact picture *}}
-
-
-
-
-
-
-
- {{* For very small displays we use a drobdown menu for contact relating actions *}}
-
-
- {if $photo_menu}
-
- {/if}
-
- {{* The button to add or remove contacts from a contact group - group edit page *}}
- {if $contact.change_member}
-
-
-
- {/if}
-
- {{* The contact description (e.g. Name, Network, kind of connection and so on *}}
-
-
-
{$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 *}}
-
-
- {if $alt_text}
{$alt_text}
{/if}
- {if $itemurl}
{$itemurl}
{/if}
- {if $tags}
{$tags}
{/if}
- {if $details}
{$details}
{/if}
- {if $network}
{$network}
{/if}
-
-
- {{* The checkbox to perform batch actions to these contacts (for batch actions have a look at contacts-template.tpl) *}}
- {{* if !$no_contacts_checkbox *}}
- {{if $multiselect}}
-