diff options
author | friendica <info@friendica.com> | 2013-03-21 02:20:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-21 02:20:32 -0700 |
commit | 6db6f6640e73b85ddedbcbacb60f06b185372065 (patch) | |
tree | 36ba57422c6fb54ed44b693cda9ca11e2a8b76e3 /view/tpl/smarty3/profile_edit.tpl | |
parent | 6a82fd609a5761072206b151846271bbefd92041 (diff) | |
parent | 06c5d0fcc2b5a2a5babe0ef3b2fcaadf4cefbc31 (diff) | |
download | volse-hubzilla-6db6f6640e73b85ddedbcbacb60f06b185372065.tar.gz volse-hubzilla-6db6f6640e73b85ddedbcbacb60f06b185372065.tar.bz2 volse-hubzilla-6db6f6640e73b85ddedbcbacb60f06b185372065.zip |
Merge pull request #38 from beardy-unixer/master
Small fixes
Diffstat (limited to 'view/tpl/smarty3/profile_edit.tpl')
-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}}" /> |