view 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
line wrap: on
line source
{% if show_button %}
<a href=""><img src="{{ MEDIA_URL }}icons/page_edit.png" alt="Edit post" title="Edit post" /></a>
{% endif %}