diff options
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rw-r--r-- | view/tpl/profile_edit.tpl | 9 |
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" /> |