diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-07 02:53:59 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-07 02:53:59 -0700 |
commit | edff5b5289f80be89e4fc6b072ccd84812960349 (patch) | |
tree | 6801eaba13fdc5b0558771f8a344e9c3693d3c99 /view/jot.tpl | |
parent | 4a7643b3ec532a211ec284dc1c57b0686403730d (diff) | |
download | volse-hubzilla-edff5b5289f80be89e4fc6b072ccd84812960349.tar.gz volse-hubzilla-edff5b5289f80be89e4fc6b072ccd84812960349.tar.bz2 volse-hubzilla-edff5b5289f80be89e4fc6b072ccd84812960349.zip |
character counter
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 9e9ab6468..718277210 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -1,8 +1,10 @@ <div id="profile-jot-wrapper" > -<p id="profile-jot-desc" > -What's on your mind? -</p> +<div id="profile-jot-banner-wrapper"> + <div id="profile-jot-desc" >What's on your mind?</div> + <div id="character-counter" class="grey"></div> +</div> +<div id="profile-jot-banner-end"></div> <form id="profile-jot-form" action="item" method="post" > <input type="hidden" name="type" value="wall" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> |