]> git.mxchange.org Git - friendica-addons.git/blobdiff - retriever/view/settings.tpl
Added retriever plugin
[friendica-addons.git] / retriever / view / settings.tpl
diff --git a/retriever/view/settings.tpl b/retriever/view/settings.tpl
new file mode 100644 (file)
index 0000000..87b9528
--- /dev/null
@@ -0,0 +1,17 @@
+<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>