From: Michael Date: Wed, 5 Feb 2020 16:54:44 +0000 (+0000) Subject: Use labels X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ba3cfb42c71fbe1ab81438e31808c86d8dfac35;p=friendica.git Use labels --- 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}}