]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications/suggestions.tpl
Merge pull request #11307 from annando/api-reply-fix
[friendica.git] / view / templates / notifications / suggestions.tpl
index 44fe86510448c8f59902b24b7e328c359044c9f9..4ecc39d81babee66ac096daecdc098a2d54877a3 100644 (file)
@@ -1,14 +1,14 @@
 
 
-<div class="intro-wrapper" >
+<div class="intro-wrapper">
 
-<p class="intro-desc">{{$str_notifytype}} {{$notify_type}}</p>
+<p class="intro-desc">{{$str_notification_type}} {{$str_type}}</p>
 {{if $madeby}}<div class="intro-madeby">{{$lbl_madeby}} {{$madeby}}</div>{{/if}}
-<div class="intro-fullname" >{{$fullname}}</div>
-<a class="intro-url-link" href="{{$url}}" ><img class="intro-photo lframe" src="{{$photo}}" width="175" height="175" title="{{$fullname}}" alt="{{$fullname}}" /></a>
-<div class="intro-note" >{{$note}}</div>
+<div class="intro-fullname">{{$fullname}}</div>
+<a class="intro-url-link" href="{{$url}}"><img class="intro-photo lframe" src="{{$photo}}" width="175" height="175" title="{{$fullname}}" alt="{{$fullname}}" /></a>
+<div class="intro-note">{{$note}}</div>
 <div class="intro-wrapper-end"></div>
-<form class="intro-form" action="notifications/{{$intro_id}}" method="post">
+<form class="intro-form" action="notification/{{$intro_id}}" method="post">
 <input class="intro-submit-ignore" type="submit" name="submit" value="{{$ignore}}" />
 <input class="intro-submit-discard" type="submit" name="submit" value="{{$discard}}" />
 </form>