diff options
author | friendica <info@friendica.com> | 2012-01-12 17:50:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 17:50:02 -0800 |
commit | 4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a (patch) | |
tree | 2d165db424d2328e4cb0fe2e0f069ec910376ec4 /view/theme/testbubble/jot.tpl | |
parent | 4b6990e1ff42a509144b9b28f9377b2c9d9df3d9 (diff) | |
download | volse-hubzilla-4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a.tar.gz volse-hubzilla-4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a.tar.bz2 volse-hubzilla-4d07cfa2d09eb05d4c5f6fb6f319865e4bab6c8a.zip |
and and theme previewing for testbubble
Diffstat (limited to 'view/theme/testbubble/jot.tpl')
-rw-r--r-- | view/theme/testbubble/jot.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl index feffea9d8..e2fd7132a 100644 --- a/view/theme/testbubble/jot.tpl +++ b/view/theme/testbubble/jot.tpl @@ -44,6 +44,8 @@ <a id="profile-nolocation" class="icon border noglobe" title="$noloc" onclick="jotClearLocation(); return false;"></a> </div> + <span onclick="preview_post();" id="jot-preview-link" class="fakelink" style="display: none;" >$preview</span> + <div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;"> <input type="submit" id="profile-jot-submit" name="submit" value="$share" /> <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" > @@ -55,6 +57,8 @@ </div> <div id="profile-jot-tools-end"></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 |