[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/ - replaced 'here' by 'context'

Yvo Schubbe cvs-admin at zope.org
Mon Jul 23 07:28:26 UTC 2012


Log message for revision 127368:
  - replaced 'here' by 'context'

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_hide_form.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_publish_form.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_reject_form.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_retract_form.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_show_form.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_submit_form.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/folder_view.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/getBaseTag.pt

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_hide_form.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_hide_form.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_hide_form.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1,10 +1,10 @@
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/transition_form/macros/master">
+      metal:use-macro="context/transition_form/macros/master">
 <body>
 <div metal:fill-slot="main" i18n:domain="cmf_default">
 
-<h1 i18n:translate="">Hide <span tal:replace="here/getId"
+<h1 i18n:translate="">Hide <span tal:replace="context/getId"
                                   i18n:name="objectid">Item</span></h1>
 
 <p i18n:translate="">Use this form to hide a content item by setting its

Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_publish_form.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_publish_form.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_publish_form.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1,10 +1,10 @@
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/transition_form/macros/master">
+      metal:use-macro="context/transition_form/macros/master">
 <body>
 <div metal:fill-slot="main" i18n:domain="cmf_default">
 
-<h1 i18n:translate="">Publish <span tal:replace="here/getId"
+<h1 i18n:translate="">Publish <span tal:replace="context/getId"
                                     i18n:name="objectid">Item</span></h1>
 
 <p i18n:translate="">A <b>published</b> item is available to the general

Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_reject_form.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_reject_form.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_reject_form.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1,10 +1,10 @@
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/transition_form/macros/master">
+      metal:use-macro="context/transition_form/macros/master">
 <body>
 <div metal:fill-slot="main" i18n:domain="cmf_default">
 
-<h1 i18n:translate="">Reject <span tal:replace="here/getId"
+<h1 i18n:translate="">Reject <span tal:replace="context/getId"
                                    i18n:name="objectid">Item</span></h1>
 
 <p i18n:translate="">Use this form to reject the publication of a content item

Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_retract_form.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_retract_form.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_retract_form.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1,10 +1,10 @@
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/transition_form/macros/master">
+      metal:use-macro="context/transition_form/macros/master">
 <body>
 <div metal:fill-slot="main" i18n:domain="cmf_default">
 
-<h1 i18n:translate="">Retract <span tal:replace="here/getId"
+<h1 i18n:translate="">Retract <span tal:replace="context/getId"
                                     i18n:name="objectid">Item</span></h1>
 
 <p i18n:translate="">Use this form to retract a content item by setting its

Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_show_form.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_show_form.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_show_form.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1,10 +1,10 @@
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/transition_form/macros/master">
+      metal:use-macro="context/transition_form/macros/master">
 <body>
 <div metal:fill-slot="main" i18n:domain="cmf_default">
 
-<h1 i18n:translate="">Make Visible <span tal:replace="here/getId"
+<h1 i18n:translate="">Make Visible <span tal:replace="context/getId"
                                          i18n:name="objectid">Item</span></h1>
 
 <p i18n:translate="">A <b>Visible</b> item is available other portal members

Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_submit_form.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_submit_form.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/content_submit_form.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1,10 +1,10 @@
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
       xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/transition_form/macros/master">
+      metal:use-macro="context/transition_form/macros/master">
 <body>
 <div metal:fill-slot="main" i18n:domain="cmf_default">
 
-<h1 i18n:translate="">Submit <span tal:replace="here/getId"
+<h1 i18n:translate="">Submit <span tal:replace="context/getId"
                              i18n:name="objectid">Item</span> for Review.</h1>
 
 <p i18n:translate="">To make an item published, it

Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/folder_view.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/folder_view.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/folder_view.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1,19 +1,19 @@
-<html metal:use-macro="here/main_template/macros/master" >
+<html metal:use-macro="context/main_template/macros/master" >
 <body style="position: relative">
 
 <div metal:fill-slot="header">
 
-  <div metal:use-macro="here/index_html_utils/macros/index_header" />
+  <div metal:use-macro="context/index_html_utils/macros/index_header" />
 
 </div><!-- header slot -->
 
 <div metal:fill-slot="main">
 
-  <div metal:use-macro="here/index_html_utils/macros/index_content" />
+  <div metal:use-macro="context/index_html_utils/macros/index_content" />
 
-  <div metal:use-macro="here/index_html_utils/macros/index_links" />
+  <div metal:use-macro="context/index_html_utils/macros/index_links" />
 
-  <div metal:use-macro="here/index_html_utils/macros/index_folders" />
+  <div metal:use-macro="context/index_html_utils/macros/index_folders" />
 
 </div><!-- main slot -->
 

Modified: Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/getBaseTag.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/getBaseTag.pt	2012-07-23 07:26:26 UTC (rev 127367)
+++ Products.CMFDefault/trunk/Products/CMFDefault/skins/zpt_content/getBaseTag.pt	2012-07-23 07:28:22 UTC (rev 127368)
@@ -1 +1 @@
-<base href="" tal:attributes="href string:${here/absolute_url}" />
\ No newline at end of file
+<base href="" tal:attributes="href string:${context/absolute_url}" />



More information about the checkins mailing list