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}}