X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fcontacts-template.tpl;h=680c84f567a8db0a001748fe1af8b05caa1e3b90;hb=f23ecaff6af1982112469f90d6bcdf0408b0f22e;hp=b320b0d050255da730248d852559033d6df086d1;hpb=a939581cf8a07fe06f203582e0b3325076ea9703;p=friendica.git diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index b320b0d050..680c84f567 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -4,7 +4,7 @@ {{if $finding}}

{{$finding}}

{{/if}}
-
+ {{$desc nofilter}} @@ -15,8 +15,10 @@ {{$tabs nofilter}} + + {{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} + {{include file="contact/entry.tpl"}} {{/foreach}}
@@ -36,20 +38,6 @@ return false; } }); - - // add javascript confirm dialog to "drop" links. Plain html url have "?confirm=1" to show confirmation form, we need to remove it - $(".drop").each(function() { - $(this).attr('href', $(this).attr('href').replace("confirm=1","") ); - $(this).click(function(e){ - if (confirm("{{$contact_drop_confirm}}")) { - return true; - } else { - e.preventDefault(); - return false; - } - }); - - }); });