comparison templates/classic/html/page.html @ 3552:4cf7f9b7cb37

include "clear this message" link in the "ok" message bar
author Richard Jones <richard@users.sourceforge.net>
date Thu, 09 Feb 2006 04:45:43 +0000
parents f6719836e521
children 35b35a152b40
comparison
equal deleted inserted replaced
3551:3c70ab03c917 3552:4cf7f9b7cb37
127 i18n:translate="">Roundup docs</a> 127 i18n:translate="">Roundup docs</a>
128 </p> 128 </p>
129 </td> 129 </td>
130 <td> 130 <td>
131 <p tal:condition="options/error_message | nothing" class="error-message" 131 <p tal:condition="options/error_message | nothing" class="error-message"
132 tal:repeat="m options/error_message" tal:content="structure m">error</p> 132 tal:repeat="m options/error_message" tal:content="structure m" />
133 <p tal:condition="options/ok_message | nothing" class="ok-message" 133 <p tal:condition="options/ok_message | nothing" class="ok-message">
134 tal:repeat="m options/ok_message" tal:content="structure m">error</p> 134 <span tal:repeat="m options/ok_message"
135 tal:content="structure string:$m <br/ > " />
136 <a class="form-small" tal:attributes="href string:issue${context/id}"
137 i18n:translate="">clear this message</a>
138 </p>
135 </td> 139 </td>
136 </tr> 140 </tr>
137 <tr> 141 <tr>
138 <td class="content" metal:define-slot="content">Page content goes here</td> 142 <td class="content" metal:define-slot="content">Page content goes here</td>
139 </tr> 143 </tr>

Roundup Issue Tracker: http://roundup-tracker.org/