aboutsummaryrefslogtreecommitdiffstats
path: root/addon/oembed/settings.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-06-30 17:00:26 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-06-30 17:00:26 +0200
commit762bb8de795f8bb455da969d287397b2fa6a2f82 (patch)
tree060cede412b7f53d16dd7658e805dbcd9ea256bf /addon/oembed/settings.tpl
parentc5cddc742810c03ab86f6e99b0c4d52071c4b523 (diff)
downloadvolse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.tar.gz
volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.tar.bz2
volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.zip
update oembed and widgets plugins settings form
Diffstat (limited to 'addon/oembed/settings.tpl')
-rw-r--r--addon/oembed/settings.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/addon/oembed/settings.tpl b/addon/oembed/settings.tpl
new file mode 100644
index 000000000..5a65ef8e5
--- /dev/null
+++ b/addon/oembed/settings.tpl
@@ -0,0 +1,7 @@
+<div class="settings-block">
+ <h3 class="settings-heading">$title</h3>
+ {{ inc field_checkbox.tpl with $field=$useoembed }}{{ endinc }}
+ <div class="settings-submit-wrapper">
+ <input type="submit" value="$submit" class="settings-submit" name="oembed-submit" />
+ </div>
+</div>