diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpp/templates/forums/post_edit_button.html	Thu Sep 17 02:20:27 2009 +0000
@@ -0,0 +1,3 @@
+{% if show_button %}
+<a href=""><img src="{{ MEDIA_URL }}icons/page_edit.png" alt="Edit post" title="Edit post" /></a>
+{% endif %}