diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-20 20:46:43 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-20 20:46:43 +0000 |
commit | 39028d618403e40741009b070e4c969d499cf021 (patch) | |
tree | acad99ce00cd4911acc059dce3d5fdcba9646bc8 /view/tpl/smarty3 | |
parent | 897910b5c96d9ce58eda8c40ea0a8ab19acb151a (diff) | |
download | volse-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/smarty3')
-rw-r--r-- | view/tpl/smarty3/profile_edit.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/smarty3/profile_edit.tpl b/view/tpl/smarty3/profile_edit.tpl index 3a2652a68..864599244 100644 --- a/view/tpl/smarty3/profile_edit.tpl +++ b/view/tpl/smarty3/profile_edit.tpl @@ -211,6 +211,15 @@ </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}}" /> |