X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/de068d5b8a1fd46a70f75f4e20e581ee846f866d..cc467acac3756cd3da2e17c26281466d8972c14f:/skins/photo_theme/main_template_standard.pt?ds=sidebyside

diff --git a/skins/photo_theme/main_template_standard.pt b/skins/photo_theme/main_template_standard.pt
index 724b156..d157ba1 100755
--- a/skins/photo_theme/main_template_standard.pt
+++ b/skins/photo_theme/main_template_standard.pt
@@ -8,6 +8,7 @@
     <head>
       <title tal:content="here/expanded_title">Title goes here</title>
       <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
       <meta name="description"
             tal:attributes="content python:here.Description().strip() or portal_object.description" />
       <meta name="keywords"
@@ -114,12 +115,13 @@
 
             <td id="mainCell" width="85%">
 
-              <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>
 
               <a name="documentContent"></a>
+              <div metal:define-slot="body" tal:omit-tag="">
               <div metal:define-slot="main_no_tabs" tal:omit-tag="">
                 <div tal:condition="specialCtxHeader" tal:content="structure specialCtxHeader">special context header</div>
                 <div id="ContentTabs" tal:condition="not:specialCtxHeader">
@@ -155,6 +157,7 @@
                   <div metal:define-slot="footer" tal:replace="nothing">footer slot</div>
                 </div>
               </div>
+              </div>
 
             </td>
             <!-- end_main_column -->