X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fcontacts-template.tpl;h=46ba629ff522420944457847229ffb151e68068a;hb=d816f02ab8dfe2800f8e6183b3eec0371fd9f4af;hp=bec295924ee51952fca8fe2761367e72a8127fb8;hpb=367699f7854ca2b7160680ce5db553908890a611;p=friendica.git diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index bec295924e..46ba629ff5 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -4,24 +4,26 @@ {{if $finding}}

{{$finding}}

{{/if}}
-
-{{$desc}} - - + +{{$desc nofilter}} + +
-{{$tabs}} +{{$tabs nofilter}} -
+ + + {{foreach $contacts as $contact}} {{include file="contact_template.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}}