]> git.mxchange.org Git - friendica-addons.git/blob - retriever/templates/settings.tpl
Merge remote-tracking branch 'upstream/master' into retriever
[friendica-addons.git] / retriever / templates / settings.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="settings-block">
7   <h3>{{$title}}</h3>
8   <p>
9     <a href="{{$help}}">Get Help</a>
10   </p>
11   <table>
12     <tbody>
13       <tr>
14         <td>{{$all_photos_t}}:</td>
15         <td><input class="checkbox" type="checkbox" name="all_photos" {{$all_photos}}></td>
16       </tr>
17       <tr>
18         <td colspan="2"><input type="submit" value="{{$submit}}"></td>
19       </tr>
20     </tbody>
21   </table>
22 </div>