diff options
author | git-marijus <mario@mariovavti.com> | 2013-07-13 23:25:31 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2013-07-13 23:25:31 +0200 |
commit | e1a1fc9a5e00f12584096de4b1a199d22622da85 (patch) | |
tree | 9b1942c4597c24f5d3ea3faa0adb265b0d96d8d9 | |
parent | a0f2d20e20822da57da8bf40d28a29e648306f32 (diff) | |
download | volse-hubzilla-e1a1fc9a5e00f12584096de4b1a199d22622da85.tar.gz volse-hubzilla-e1a1fc9a5e00f12584096de4b1a199d22622da85.tar.bz2 volse-hubzilla-e1a1fc9a5e00f12584096de4b1a199d22622da85.zip |
port jot to spin.js
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
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}}" /> |