Mercurial > public > sg101
comparison gpp/templates/forums/edit_post.html @ 123:3ae999b0c53b
Forums: added a jquery ui dialog of extra smileys.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 08 Nov 2009 21:15:31 +0000 |
parents | cb72577785df |
children | 2d299909e074 |
comparison
equal
deleted
inserted
replaced
122:b28d30848c57 | 123:3ae999b0c53b |
---|---|
18 <a name="forum-reply-form"></a> | 18 <a name="forum-reply-form"></a> |
19 <form action="." method="post" id="forums-quick-reply"> | 19 <form action="." method="post" id="forums-quick-reply"> |
20 <fieldset> | 20 <fieldset> |
21 <legend>Edit Post</legend> | 21 <legend>Edit Post</legend> |
22 {{ form.as_p }} | 22 {{ form.as_p }} |
23 <a href="#" id="more_smileys"> | |
24 <img src="{{ MEDIA_URL }}icons/emoticon_smile.png" alt="More smileys" title="More smileys" /></a> | |
23 <input type="submit" value="Update Post" id="forums-edit-post" /> | 25 <input type="submit" value="Update Post" id="forums-edit-post" /> |
24 </fieldset> | 26 </fieldset> |
25 </form> | 27 </form> |
26 </div> | 28 </div> |
29 <div id="smileys_dialog" title="More Smileys"> | |
30 <img src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Loading" id="smiley_busy" /> | |
31 </div> | |
27 {% endblock %} | 32 {% endblock %} |