X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fcontacts-template.tpl;h=680c84f567a8db0a001748fe1af8b05caa1e3b90;hb=f23ecaff6af1982112469f90d6bcdf0408b0f22e;hp=774bc00deb338d5933bb87465cc0d016b817cc2c;hpb=aed28a24f158535cff11a60bad45b0b4fd4ef2ce;p=friendica.git diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index 774bc00deb..680c84f567 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -1,25 +1,27 @@ -

{{$header}}{{if $total}} ({{$total}}){{/if}}

+

{{$header}}{{if $total}} ({{$total}}){{/if}}

{{if $finding}}

{{$finding}}

{{/if}}
-
-{{$desc}} + +{{$desc nofilter}}
-{{$tabs}} +{{$tabs nofilter}} -
+ + + {{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} + {{include file="contact/entry.tpl"}} {{/foreach}}
-
+
{{foreach $batch_actions as $n=>$l}} {{/foreach}} @@ -36,24 +38,10 @@ 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; - } - }); - - }); }); -{{$paginate}} +{{$paginate nofilter}}