Add notification bar block in base.html template.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- a/app/soc/templates/soc/base.html Thu Oct 09 13:50:44 2008 +0000
+++ b/app/soc/templates/soc/base.html Thu Oct 09 13:56:42 2008 +0000
@@ -58,6 +58,9 @@
<div id="breadcrumbs">
{% block breadcrumbs %}{% endblock %}
</div>
+ <div id="notice">
+ {% block notice %}{% if notice %}<table align="center"><tr><td><div class="notice"><div class="rounded_ul"><div class="rounded_ur"><div class="rounded_ll"><div class="rounded_lr"> <div style="padding: 5px 10px;"><b>{{ notice }}</b></div></div></div></div></div></div><td></tr></table>{% endif %}
+ {% endblock %}</div>
</div>
<div id="side" dir="ltr">