]> git.mxchange.org Git - friendica.git/blob - view/smarty3/suggestions.tpl
b4f0cbbe52d9f63224231e5dc71d0323adccde08
[friendica.git] / view / smarty3 / suggestions.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6
7 <div class="intro-wrapper" >
8
9 <p class="intro-desc">{{$str_notifytype}} {{$notify_type}}</p>
10 <div class="intro-madeby">{{$madeby}}</div>
11 <div class="intro-fullname" >{{$fullname}}</div>
12 <a class="intro-url-link" href="{{$url}}" ><img class="intro-photo lframe" src="{{$photo}}" width="175" height=175" title="{{$fullname}}" alt="{{$fullname}}" /></a>
13 <div class="intro-note" >{{$note}}</div>
14 <div class="intro-wrapper-end"></div>
15 <form class="intro-form" action="notifications/{{$intro_id}}" method="post">
16 <input class="intro-submit-ignore" type="submit" name="submit" value="{{$ignore}}" />
17 <input class="intro-submit-discard" type="submit" name="submit" value="{{$discard}}" />
18 </form>
19 <div class="intro-form-end"></div>
20
21 <form class="intro-approve-form" action="{{$request}}" method="get">
22 {{include file="field_checkbox.tpl" field=$hidden}}
23 <input class="intro-submit-approve" type="submit" name="submit" value="{{$approve}}" />
24 </form>
25 </div>
26 <div class="intro-end"></div>