]> git.mxchange.org Git - friendica-addons.git/blobdiff - retriever/templates/settings.tpl
update addons template dir layout
[friendica-addons.git] / retriever / templates / settings.tpl
diff --git a/retriever/templates/settings.tpl b/retriever/templates/settings.tpl
new file mode 100644 (file)
index 0000000..3bc7155
--- /dev/null
@@ -0,0 +1,22 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<div class="settings-block">
+  <h3>{{$title}}</h3>
+  <p>
+    <a href="{{$help}}">Get Help</a>
+  </p>
+  <table>
+    <tbody>
+      <tr>
+        <td>{{$all_photos_t}}:</td>
+        <td><input class="checkbox" type="checkbox" name="all_photos" {{$all_photos}}></td>
+      </tr>
+      <tr>
+        <td colspan="2"><input type="submit" value="{{$submit}}"></td>
+      </tr>
+    </tbody>
+  </table>
+</div>