diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:17:17 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:17:17 +0100 |
commit | f3b499f1192a3cc2386aa639d2f0d2fa147e911a (patch) | |
tree | 528164831daba7714939ec3347fa81eef0aae165 /view/jot.tpl | |
parent | 2a3f94e4521f00142b99ba4fa5f4ec093159cbb7 (diff) | |
download | volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.tar.gz volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.tar.bz2 volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.zip |
quattro: more on editor
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index df82f7199..00196e9d3 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -1,8 +1,8 @@ <form action="$action" method="post"> <div id="jot"> - <div id="profile-jot-desc" > </div> - <input name="title" id="jot-title" type="text" placeholder="$titleplaceholder" value="$title" class="jothidden" style="display:none"> - <div id="character-counter" class="grey"></div> + <div id="profile-jot-desc" class="jothidden" > </div> + <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none"> + <div id="character-counter" class="grey jothidden"></div> <input type="hidden" name="type" value="$ptyp" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> |