comparison gpp/templates/forums/post_edit_button.html @ 105:08ddfd835305

Forums: Added icons for forum post moderation tools. Still need to add functionality that goes behind these.
author Brian Neal <bgneal@gmail.com>
date Thu, 17 Sep 2009 02:20:27 +0000
parents
children cb72577785df
comparison
equal deleted inserted replaced
104:59688577a8f1 105:08ddfd835305
1 {% if show_button %}
2 <a href=""><img src="{{ MEDIA_URL }}icons/page_edit.png" alt="Edit post" title="Edit post" /></a>
3 {% endif %}