aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-14 01:23:07 -0700
committerfriendica <info@friendica.com>2013-07-14 01:23:07 -0700
commit5b6294dbc0b444c5120b655bc4876270f2f8822d (patch)
tree883b85d07345ac91f76da126136dc5a6ff1feb2c /view/tpl/jot.tpl
parent25ed8788e909d176b73bcb04492c2e3edbdaf662 (diff)
parent873c1f381e039f631a2634de1747ec85a6bad5d6 (diff)
downloadvolse-hubzilla-5b6294dbc0b444c5120b655bc4876270f2f8822d.tar.gz
volse-hubzilla-5b6294dbc0b444c5120b655bc4876270f2f8822d.tar.bz2
volse-hubzilla-5b6294dbc0b444c5120b655bc4876270f2f8822d.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 4f52cff20..f3410c5f4 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -23,9 +23,9 @@
<div id="jot-pagetitle-wrap"><input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /></div>
{{/if}}
<div id="jot-text-wrap">
- <img id="profile-jot-text-loading" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea>
</div>
+ <div id="profile-jot-text-loading"></div>
<div id="profile-jot-submit-wrapper" class="jothidden">
<input type="submit" id="profile-jot-submit" name="submit" value="{{$share}}" />