[gen] Graphical improvements.

This commit is contained in:
Gaetan Delannay 2012-09-19 17:48:49 +02:00
parent b985b5998d
commit d799398de1
12 changed files with 26 additions and 8 deletions

View file

@ -322,5 +322,9 @@
This macro displays the global message on the page.
</tal:comment>
<metal:message define-macro="message" tal:define="messages tool/consumeMessages" tal:condition="messages">
<div class="message" tal:content="structure messages"></div>
<div class="message">
<span tal:replace="structure messages"></span>
<img tal:attributes="src python: '%s/ui/close.png' % appUrl"
align="right" style="cursor:pointer" onClick="this.parentNode.style.display='none'"/>
</div>
</metal:message>