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