Author: jmorliaguet
Date: Sun Oct 30 19:32:00 2005
New Revision: 28830

Modified:
   
z3lab/cpsskins/branches/jmo-perspectives/engines/contentauthor/content_author.pt
   
z3lab/cpsskins/branches/jmo-perspectives/engines/layoutdesigner/layout_designer.pt
   
z3lab/cpsskins/branches/jmo-perspectives/engines/pagedesigner/page_designer.pt
Log:

- added a getEngineName() js method.



Modified: 
z3lab/cpsskins/branches/jmo-perspectives/engines/contentauthor/content_author.pt
==============================================================================
--- 
z3lab/cpsskins/branches/jmo-perspectives/engines/contentauthor/content_author.pt
    (original)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/engines/contentauthor/content_author.pt
    Sun Oct 30 19:32:00 2005
@@ -5,7 +5,6 @@
                   current_theme python:tmutil.getThemeInContext(context);
                   effective_page python:tmutil.getEffectivePage(context, 
request)">
   <head>
-    <meta name="engine" tal:attributes="content engine" />
     <link rel="Stylesheet" type="text/css"
           href="/++skin++cpsskins/@@/++resource++content_author.css" />
     <link rel="Stylesheet" type="text/css"
@@ -25,6 +24,8 @@
   </head>
   <body>
 
+    <div id="engine" tal:attributes="name engine" />
+
     <div class="floatingHeader">
       <metal:block use-macro="context/@@authoring_macros/navigation_pad" />
       <metal:block use-macro="context/@@authoring_macros/perspective_selector" 
/>

Modified: 
z3lab/cpsskins/branches/jmo-perspectives/engines/layoutdesigner/layout_designer.pt
==============================================================================
--- 
z3lab/cpsskins/branches/jmo-perspectives/engines/layoutdesigner/layout_designer.pt
  (original)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/engines/layoutdesigner/layout_designer.pt
  Sun Oct 30 19:32:00 2005
@@ -5,7 +5,6 @@
               current_theme python:tmutil.getThemeInContext(context);
               effective_page python:tmutil.getEffectivePage(context, request)">
   <head>
-    <meta name="engine" tal:attributes="content engine" />
     <link rel="Stylesheet" type="text/css"
           href="/++skin++cpsskins/@@/++resource++layout_designer.css" />
     <link rel="Stylesheet" type="text/css"
@@ -25,6 +24,8 @@
   </head>
   <body>
 
+    <div id="engine" tal:attributes="name engine" />
+
     <div class="floatingHeader">
       <div id="message-box"></div>
       <metal:block use-macro="context/@@authoring_macros/perspective_selector" 
/>

Modified: 
z3lab/cpsskins/branches/jmo-perspectives/engines/pagedesigner/page_designer.pt
==============================================================================
--- 
z3lab/cpsskins/branches/jmo-perspectives/engines/pagedesigner/page_designer.pt  
    (original)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/engines/pagedesigner/page_designer.pt  
    Sun Oct 30 19:32:00 2005
@@ -5,7 +5,6 @@
               current_theme python:tmutil.getThemeInContext(context);
               effective_page python:tmutil.getEffectivePage(context, request)">
   <head>
-    <meta name="engine" tal:attributes="content engine" />
     <link rel="Stylesheet" type="text/css"
           href="/++skin++cpsskins/@@/++resource++page_designer.css" />
     <link rel="Stylesheet" type="text/css"
@@ -25,6 +24,8 @@
   </head>
   <body>
 
+    <div id="engine" tal:attributes="name engine" />
+
     <div class="floatingHeader">
       <div id="message-box"></div>
       <metal:block use-macro="context/@@authoring_macros/perspective_selector" 
/>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to