]> git.mxchange.org Git - friendica-addons.git/blob - retriever/view/settings.tpl
87b9528746b5c3d0dcf16ed10f9e5dd8d5c06993
[friendica-addons.git] / retriever / view / settings.tpl
1 <div class="settings-block">
2   <h3>$title</h3>
3   <p>
4     <a href="$help">Get Help</a>
5   </p>
6   <table>
7     <tbody>
8       <tr>
9         <td>$all_photos_t:</td>
10         <td><input class="checkbox" type="checkbox" name="all_photos" $all_photos></td>
11       </tr>
12       <tr>
13         <td colspan="2"><input type="submit" value="$submit"></td>
14       </tr>
15     </tbody>
16   </table>
17 </div>