[kupu-checkins] r53252 - in kupu/branch/kupu-1.4: doc plone/kupu_plone_layer

wiggy at codespeak.net wiggy at codespeak.net
Wed Apr 2 10:53:54 CEST 2008


Author: wiggy
Date: Wed Apr  2 10:53:51 2008
New Revision: 53252

Modified:
   kupu/branch/kupu-1.4/doc/CHANGES.txt
   kupu/branch/kupu-1.4/plone/kupu_plone_layer/emptypage.pt
Log:
Update emptypage.pt to include a hint for deliverance that edited pages should not be themed.

Modified: kupu/branch/kupu-1.4/doc/CHANGES.txt
==============================================================================
--- kupu/branch/kupu-1.4/doc/CHANGES.txt	(original)
+++ kupu/branch/kupu-1.4/doc/CHANGES.txt	Wed Apr  2 10:53:51 2008
@@ -2,6 +2,11 @@
 Kupu changes
 ============
 
+- x.y.z
+
+  - Update emptypage.pt to include a hint for deliverance that edited
+    pages should not be themed.
+
 - 1.4.9
 
   - Manage anchors didn't add an anchor correctly if there was an

Modified: kupu/branch/kupu-1.4/plone/kupu_plone_layer/emptypage.pt
==============================================================================
--- kupu/branch/kupu-1.4/plone/kupu_plone_layer/emptypage.pt	(original)
+++ kupu/branch/kupu-1.4/plone/kupu_plone_layer/emptypage.pt	Wed Apr  2 10:53:51 2008
@@ -1,6 +1,7 @@
 <html class="kupu-html">
   <head>
     <title i18n:translate="emptypage_title">Kupu contentarea</title>
+    <meta http-equiv="x-deliverance-no-theme" content="1" />
     <link rel="stylesheet" type="text/css" href="#" tal:attributes="href string:${here/portal_url}/kupuplone.css" />
     <tal:plone21 condition="exists:here/portal_css">
        <tal:plone25 condition="exists:here/renderAllTheStylesheets">


More information about the kupu-checkins mailing list