DesktopStatusBar utilisé en tant qu'id plutôt que class.
[Plinn.git] / skins / generic / main_template_ajax.pt
index 36945cd..f424b43 100644 (file)
@@ -8,7 +8,7 @@
 
        <div id="Object_URL" tal:content="here/absolute_url" style="display:none"></div>
   <script type="text/javascript" metal:define-slot="javascript_head_slot" tal:replace="nothing"></script>
-  <div class="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
+  <div id="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
     <img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" />
     <span tal:content="request/portal_status_message" i18n:translate="">Status message.</span>
   </div>