source: products/quintagroup.portletmanager/trunk/quintagroup/portletmanager/browser/templates/error_message.pt @ 3652

Last change on this file since 3652 was 344, checked in by chervol, 18 years ago

tag 0.8

  • Property svn:eol-style set to native
File size: 551 bytes
Line 
1<dl class="portlet portletError"
2    i18n:domain="plone">
3
4    <dt class="portletHeader">
5        <span class="portletTopLeft"></span>
6        <a href="#"
7           class="tile"
8           i18n:translate="box_error">Error</a>
9        <span class="portletTopRight"></span>
10    </dt>
11
12    <dd i18n:translate="text_error_rendering_portlet">
13        There was an error while rendering the portlet.
14    </dd>
15
16    <dd class="portletFooter">
17        <span class="portletBottomLeft"></span>
18        <span class="portletBottomRight"></span>
19    </dd>
20</dl>
Note: See TracBrowser for help on using the repository browser.