diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-30 17:00:26 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-30 17:00:26 +0200 |
commit | 762bb8de795f8bb455da969d287397b2fa6a2f82 (patch) | |
tree | 060cede412b7f53d16dd7658e805dbcd9ea256bf /addon/widgets/settings.tpl | |
parent | c5cddc742810c03ab86f6e99b0c4d52071c4b523 (diff) | |
download | volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.tar.gz volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.tar.bz2 volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.zip |
update oembed and widgets plugins settings form
Diffstat (limited to 'addon/widgets/settings.tpl')
-rw-r--r-- | addon/widgets/settings.tpl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/addon/widgets/settings.tpl b/addon/widgets/settings.tpl new file mode 100644 index 000000000..9d0f21d29 --- /dev/null +++ b/addon/widgets/settings.tpl @@ -0,0 +1,19 @@ +<div class="settings-block"> + <h3 class="settings-heading">$title</h3> + <div class='field noedit'> + <label>$label</label> + <tt>$key</tt> + </div> + + <div class="settings-submit-wrapper"> + <input type="submit" value="$submit" class="settings-submit" name="widgets-submit" /> + </div> + + <h4>$widgets_h</h4> + <ul> + {{ for $widgets as $w }} + <li><a href="$baseurl/widgets/$w.0/?k=$key&p=1">$w.1</a></li> + {{ endfor }} + </ul> + +</div> |