diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-03 09:45:32 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-03 09:45:32 -0500 |
commit | 2b9ea33e8b2f774d7c4da5175e167470f1070282 (patch) | |
tree | 6e2a75c990870483327d420cefad9304db1d59e9 /view/theme/diabook/jot.tpl | |
parent | ba284044707e0f66fed98c711b9262bd623a0d42 (diff) | |
parent | 792031c36e81c3ab6cad8bb132a1db90974918a1 (diff) | |
download | volse-hubzilla-2b9ea33e8b2f774d7c4da5175e167470f1070282.tar.gz volse-hubzilla-2b9ea33e8b2f774d7c4da5175e167470f1070282.tar.bz2 volse-hubzilla-2b9ea33e8b2f774d7c4da5175e167470f1070282.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
fix editor
* master:
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> |