Mercurial > public > sg101
comparison gpp/templates/messages/compose.html @ 133:c515b7401078
Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2009 00:21:47 +0000 |
parents | dbd703f7d63a |
children | 6a5549c2efb5 |
comparison
equal
deleted
inserted
replaced
132:06503edcc56b | 133:c515b7401078 |
---|---|
1 {% extends 'messages/base.html' %} | 1 {% extends 'messages/base.html' %} |
2 {% load core_tags %} | |
2 {% block title %}Messages: Compose{% endblock %} | 3 {% block title %}Messages: Compose{% endblock %} |
3 {% block custom_js %} | 4 {% block custom_js %} |
4 {{ compose_form.media }} | 5 {{ compose_form.media }} |
5 {% endblock %} | 6 {% endblock %} |
6 {% block compose-class %}class="active"{% endblock %} | 7 {% block compose-class %}class="active"{% endblock %} |
10 <table> | 11 <table> |
11 {{ compose_form.as_table }} | 12 {{ compose_form.as_table }} |
12 <tr> | 13 <tr> |
13 <td> </td> | 14 <td> </td> |
14 <td> | 15 <td> |
16 {% comment_dialogs %} | |
15 <input type="submit" name="submit_button" value="Send" /> | 17 <input type="submit" name="submit_button" value="Send" /> |
16 <input type="submit" name="submit_button" value="Cancel" /> | 18 <input type="submit" name="submit_button" value="Cancel" /> |
17 </td> | 19 </td> |
18 </tr> | 20 </tr> |
19 </table> | 21 </table> |