diff options
author | friendica <info@friendica.com> | 2012-01-09 21:02:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-09 21:02:02 -0800 |
commit | 375cb82124aae2faac9f44b93b63b2f056871a0b (patch) | |
tree | bb8b46e24ff3ac5768463a8b356097e746d10d96 /view/theme/duepuntozero/jot.tpl | |
parent | 7011f71e8f3e6de89dae2d46d4dece0d02a78351 (diff) | |
download | volse-hubzilla-375cb82124aae2faac9f44b93b63b2f056871a0b.tar.gz volse-hubzilla-375cb82124aae2faac9f44b93b63b2f056871a0b.tar.bz2 volse-hubzilla-375cb82124aae2faac9f44b93b63b2f056871a0b.zip |
move post preview link
Diffstat (limited to 'view/theme/duepuntozero/jot.tpl')
-rw-r--r-- | view/theme/duepuntozero/jot.tpl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/jot.tpl b/view/theme/duepuntozero/jot.tpl index 1a3cc92e7..ade1614b7 100644 --- a/view/theme/duepuntozero/jot.tpl +++ b/view/theme/duepuntozero/jot.tpl @@ -45,11 +45,16 @@ <div id="profile-nolocation-wrapper" style="display: none;" > <a id="profile-nolocation" class="icon noglobe" title="$noloc" onclick="jotClearLocation();return false;"></a> </div> + <div id="profile-jot-perms" class="profile-jot-perms" style="display: $pvisit;" > <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate" title="$permset" ></a>$bang </div> + + <span onclick="preview_post();" id="jot-preview-link" class="fakelink">$preview</span> + <div id="profile-jot-perms-end"></div> + <div id="profile-jot-plugin-wrapper"> $jotplugins </div> @@ -58,6 +63,8 @@ <img id="profile-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> </div> + <div id="jot-preview-content" style="display:none;"></div> + <div style="display: none;"> <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> $acl @@ -68,8 +75,6 @@ </div> </div> - <span onclick="preview_post();" id="jot-preview-link" class="fakelink">$preview</span> - <div id="jot-preview-content" style="display:none;"></div> </div> |