aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_edit.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-03-20 20:46:43 +0000
committerThomas Willingham <founder@kakste.com>2013-03-20 20:46:43 +0000
commit39028d618403e40741009b070e4c969d499cf021 (patch)
treeacad99ce00cd4911acc059dce3d5fdcba9646bc8 /view/tpl/profile_edit.tpl
parent897910b5c96d9ce58eda8c40ea0a8ab19acb151a (diff)
downloadvolse-hubzilla-39028d618403e40741009b070e4c969d499cf021.tar.gz
volse-hubzilla-39028d618403e40741009b070e4c969d499cf021.tar.bz2
volse-hubzilla-39028d618403e40741009b070e4c969d499cf021.zip
Make the channels profile tab actually do something.
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rw-r--r--view/tpl/profile_edit.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index a498f3a65..6ff4cf8c1 100644
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -206,6 +206,15 @@ $lbl_social
</div>
<div id="contact-jot-end"></div>
+<div id="channels-jot-wrapper" >
+<p id="channels-jot-desc" >
+$lbl_channels
+</p>
+
+<textarea rows="10" cols="72" id="channels-jot-text" name="channels" >$channels</textarea>
+
+</div>
+<div id="channels-jot-end"></div>
<div class="profile-edit-submit-wrapper" >
<input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />