diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index 08570ec49..6f63dde2b 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -95,7 +95,7 @@

{{$lbl_vis1}}

{{$lbl_vis2}}

- {{$profile_select}} + {{$profile_select nofilter}}
{{/if}} diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index fd5f1c0f1..70ebdcd0c 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -193,7 +193,7 @@

{{$lbl_vis2}}

- {{$profile_select}} + {{$profile_select nofilter}}
{{/if}} diff --git a/view/theme/frio/templates/profile_entry.tpl b/view/theme/frio/templates/profile_entry.tpl index fb5436fb5..ba8f54717 100644 --- a/view/theme/frio/templates/profile_entry.tpl +++ b/view/theme/frio/templates/profile_entry.tpl @@ -8,7 +8,7 @@ {{$profile_name}}
- {{$visible}} + {{$visible nofilter}}
diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index 2f52f82f8..8fbbbfc38 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -96,7 +96,7 @@

{{$lbl_vis1}}

{{$lbl_vis2}}

- {{$profile_select}} + {{$profile_select nofilter}}
{{/if}}