aboutsummaryrefslogtreecommitdiffstats
path: root/view/field_custom.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-06 14:19:16 -0700
committerFriendika <info@friendika.com>2011-07-06 14:19:16 -0700
commite315b2defbda529acc73eff402582b8a97b5dace (patch)
treeffb71bb97b81a5a1650d0904d31505665f3ebac0 /view/field_custom.tpl
parente3e27458f85393d8c2a53a3b19d63d1689b6f874 (diff)
parent5526afcf76c261ac8f276ffc4121861d6e175d70 (diff)
downloadvolse-hubzilla-e315b2defbda529acc73eff402582b8a97b5dace.tar.gz
volse-hubzilla-e315b2defbda529acc73eff402582b8a97b5dace.tar.bz2
volse-hubzilla-e315b2defbda529acc73eff402582b8a97b5dace.zip
Merge pull request #137 from fabrixxm/master
Add missing files from previus checkin
Diffstat (limited to 'view/field_custom.tpl')
-rw-r--r--view/field_custom.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/field_custom.tpl b/view/field_custom.tpl
new file mode 100644
index 000000000..be15d3f60
--- /dev/null
+++ b/view/field_custom.tpl
@@ -0,0 +1,6 @@
+
+ <div class='field custom'>
+ <label for='$field.0'>$field.1</label>
+ $field.2
+ <span class='field_help'>$field.3</span>
+ </div>