diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 15:01:25 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 15:01:25 +0100 |
commit | b3ba2eb4d08102adfa7f69115d298e6b2e3e0563 (patch) | |
tree | a2e7423adbb4747bb44a1bed5a6dc8f4e7de6c04 /view/theme/diabook/jot.tpl | |
parent | 60adef24634f3df6c9f0161128e10cb778e5316e (diff) | |
download | volse-hubzilla-b3ba2eb4d08102adfa7f69115d298e6b2e3e0563.tar.gz volse-hubzilla-b3ba2eb4d08102adfa7f69115d298e6b2e3e0563.tar.bz2 volse-hubzilla-b3ba2eb4d08102adfa7f69115d298e6b2e3e0563.zip |
fix editor
Diffstat (limited to 'view/theme/diabook/jot.tpl')
-rwxr-xr-x | view/theme/diabook/jot.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook/jot.tpl b/view/theme/diabook/jot.tpl index bb0f4b6d0..e83d0f86c 100755 --- a/view/theme/diabook/jot.tpl +++ b/view/theme/diabook/jot.tpl @@ -44,13 +44,13 @@ <a id="profile-nolocation" class="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> + <input type="submit" id="profile-jot-submit" class="button creation2" name="submit" value="$share" /> <button onclick="preview_post();" id="jot-preview-link" class="button creation1">$preview</button> - <input type="submit" id="profile-jot-submit" class="button creation2" name="submit" value="$share" /> + <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> <div id="profile-jot-perms-end"></div> |