]> git.mxchange.org Git - friendica-addons.git/blobdiff - mailstream/templates/settings.tpl
update addons template dir layout
[friendica-addons.git] / mailstream / templates / settings.tpl
diff --git a/mailstream/templates/settings.tpl b/mailstream/templates/settings.tpl
new file mode 100644 (file)
index 0000000..8729b7b
--- /dev/null
@@ -0,0 +1,11 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<div class="settings-block">
+  <h3>{{$title}}</h3>
+{{include file="field_input.tpl" field=$address}}
+{{include file="field_checkbox.tpl" field=$enabled}}
+  <input type="submit" value="{{$submit}}">
+</div>