diff options
author | Friendika <info@friendika.com> | 2011-06-30 15:33:01 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-30 15:33:01 -0700 |
commit | b03df35b02907a78a5787654a57e73810e707f6a (patch) | |
tree | 6b5fa7024683b26ae0bf8c63a9177cd7ef20fe00 /addon/widgets/settings.tpl | |
parent | 42a6bc81e9f6ddea5ac61e4b79a75515028dcfae (diff) | |
parent | 4f1213b69f12e6df2350cd21c6de06128a03411d (diff) | |
download | volse-hubzilla-b03df35b02907a78a5787654a57e73810e707f6a.tar.gz volse-hubzilla-b03df35b02907a78a5787654a57e73810e707f6a.tar.bz2 volse-hubzilla-b03df35b02907a78a5787654a57e73810e707f6a.zip |
Merge branch 'pull'
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> |