diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-22 11:24:34 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-22 11:24:34 +0100 |
commit | 0b4535e6daacaf7eea67e3c4404b9ac889dbddf0 (patch) | |
tree | bf1aef2d215dd0be54bd6887edd0dd2cad5f53db /view/theme/duepuntozero | |
parent | 7f2070ca91aca9e92f3ac4c5b714742c6f9ecc3b (diff) | |
download | volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.tar.gz volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.tar.bz2 volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.zip |
quattro: more on editor
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/jot.tpl b/view/theme/duepuntozero/jot.tpl index 71b92986d..78cbecea8 100644 --- a/view/theme/duepuntozero/jot.tpl +++ b/view/theme/duepuntozero/jot.tpl @@ -20,7 +20,7 @@ {{ if $content }}<script>initEditor();</script>{{ endif }} -<div id="profile-jot-submit-wrapper" style="display:none"> +<div id="profile-jot-submit-wrapper" style="display:none" class="jothidden"> <input type="submit" id="profile-jot-submit" name="submit" value="$share" /> <div id="profile-upload-wrapper" style="display: $visitor;" > <div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="icon camera" title="$upload"></a></div> |