# HG changeset patch # User Ralf Schlatterbeck # Date 1336993460 -7200 # Node ID 9d5825bf0b2d94a699ff1aa96ba5827f1aded6da # Parent f22831a12ab8cda32d3fa79b7d503903b7340290 Nicer display of multi-line error messages. diff -r f22831a12ab8 -r 9d5825bf0b2d share/roundup/templates/classic/html/page.html --- a/share/roundup/templates/classic/html/page.html Mon May 14 12:29:39 2012 +0200 +++ b/share/roundup/templates/classic/html/page.html Mon May 14 13:04:20 2012 +0200 @@ -170,7 +170,8 @@

+ tal:repeat="m options/error_message" + tal:content="structure string:$m
" />

diff -r f22831a12ab8 -r 9d5825bf0b2d share/roundup/templates/devel/html/page.html --- a/share/roundup/templates/devel/html/page.html Mon May 14 12:29:39 2012 +0200 +++ b/share/roundup/templates/devel/html/page.html Mon May 14 13:04:20 2012 +0200 @@ -234,10 +234,13 @@

body title

+ tal:repeat="m options/error_message" + tal:content="structure string:$m
" />

- - clear this message + + clear this message

Page content goes here
diff -r f22831a12ab8 -r 9d5825bf0b2d share/roundup/templates/minimal/html/page.html --- a/share/roundup/templates/minimal/html/page.html Mon May 14 12:29:39 2012 +0200 +++ b/share/roundup/templates/minimal/html/page.html Mon May 14 13:04:20 2012 +0200 @@ -157,7 +157,8 @@

+ tal:repeat="m options/error_message" + tal:content="structure string:$m
" />

diff -r f22831a12ab8 -r 9d5825bf0b2d website/issues/html/page.html --- a/website/issues/html/page.html Mon May 14 12:29:39 2012 +0200 +++ b/website/issues/html/page.html Mon May 14 13:04:20 2012 +0200 @@ -185,7 +185,8 @@

body title

+ tal:repeat="m options/error_message" + tal:content="structure string:$m
" />