X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fcontact_edit.tpl;h=92ff615a9896400a83ba4273ce48e3c292a6f7c5;hb=8c9ef56a71f4ebbc1ed4c1aafabb672617fccf4f;hp=1173830f723064044640d4964caad4ab594f30b2;hpb=9237b2611a1112072a5c5955999c557562a07153;p=friendica.git diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 1173830f72..92ff615a98 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -5,29 +5,29 @@
{{* Insert Tab-Nav *}} - {{$tab_str}} + {{$tab_str nofilter}}
-
+ {{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}} @@ -45,20 +45,22 @@ {{if $poll_enabled}}
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} - {{$updpub}} {{$poll_interval}} + {{$updpub}} {{$poll_interval nofilter}} + {{/if}}
  • {{/if}} {{if $lost_contact}}
  • {{$lost_contact}}
  • {{/if}} {{if $insecure}}
  • {{$insecure}}
  • {{/if}} - {{if $blocked}}
  • {{$blocked}}
  • {{/if}} + {{if $blocked && !$pending}}
  • {{$blocked}}
  • {{/if}} + {{if $pending}}
  • {{$pending}}
  • {{/if}} {{if $ignored}}
  • {{$ignored}}
  • {{/if}} {{if $archived}}
  • {{$archived}}
  • {{/if}}
    {{* End of contact-edit-status-wrapper *}} @@ -79,14 +81,14 @@
    -
    {{$profileurllabel}}
    {{$profileurl}} +
    {{$profileurllabel}}
    {{$profileurl}}
    {{if $location}}

    {{$location_label}}
    -
    {{$location}}
    +
    {{$location nofilter}}
    {{/if}} @@ -110,7 +112,7 @@

    {{$about_label}}
    -
    {{$about}}
    +
    {{$about nofilter}}
    {{/if}}
    @@ -118,10 +120,11 @@
    + {{if $contact_settings_label}}
    + {{/if}} + {{if $lbl_info1}}
    - + {{/if}} + {{if $lbl_vis1}}
    +
    {{if $profile_select}}

    {{$lbl_vis2}}

    - {{$profile_select}} + {{$profile_select nofilter}}
    {{/if}}
    - +
    - + {{/if}} {{* End of the form *}}