From 2ba3cfb42c71fbe1ab81438e31808c86d8dfac35 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 5 Feb 2020 16:54:44 +0000 Subject: [PATCH] Use labels --- view/templates/notifications/intros.tpl | 2 +- view/theme/frio/templates/notifications/intros.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/templates/notifications/intros.tpl b/view/templates/notifications/intros.tpl index 21f35dd1b2..b5500d76aa 100644 --- a/view/templates/notifications/intros.tpl +++ b/view/templates/notifications/intros.tpl @@ -21,7 +21,7 @@
{{include file="field_checkbox.tpl" field=$hidden}}
-
{{$lbl_connection_type}}
+ {{include file="field_radio.tpl" field=$friend}} {{include file="field_radio.tpl" field=$follower}}
diff --git a/view/theme/frio/templates/notifications/intros.tpl b/view/theme/frio/templates/notifications/intros.tpl index 110745ab39..57cac91754 100644 --- a/view/theme/frio/templates/notifications/intros.tpl +++ b/view/theme/frio/templates/notifications/intros.tpl @@ -56,7 +56,7 @@ {{include file="field_checkbox.tpl" field=$hidden}}
-
{{$lbl_connection_type}}
+ {{include file="field_radio.tpl" field=$friend}} {{include file="field_radio.tpl" field=$follower}}