ZPT: Disabling Expand Macros?
I googled for a solution, but only found other people who have the same problem: How can I unexpand a macro of a page template? The checkbox of the edit and properties field don't work. thomas -- Thomas Guettler <guettli@thomas-guettler.de> http://www.thomas-guettler.de
You have to uncheck it as the very first thing (before doing any editing). If you are working with zpt_skins within CMF and want to avoid expanded macros the only (clumsy!!) way that seems to work is: - Select a skin for customization. - Uncheck the checkbox and save. - go back to the original skin and copy the whole template to the clipboard. - go to the "custom" template, paste the original code and save it. - Don't swear! Robert ----- Original Message ----- From: "Thomas Guettler" <guettli@thomas-guettler.de> To: <zope@zope.org> Sent: Sunday, February 10, 2002 7:10 PM Subject: [Zope] ZPT: Disabling Expand Macros?
I googled for a solution, but only found other people who have the same problem: How can I unexpand a macro of a page template? The checkbox of the edit and properties field don't work.
thomas
-- Thomas Guettler <guettli@thomas-guettler.de> http://www.thomas-guettler.de
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Robert Rottermann wrote:
You have to uncheck it as the very first thing (before doing any editing). If you are working with zpt_skins within CMF and want to avoid expanded macros the only (clumsy!!) way that seems to work is:
- Select a skin for customization. - Uncheck the checkbox and save. - go back to the original skin and copy the whole template to the clipboard. - go to the "custom" template, paste the original code and save it. - Don't swear!
I don't use CMF, I have a standalone Zope2.5.0. I will use dtml again thomas
participants (3)
-
Robert Rottermann -
Thomas Guettler -
Thomas Guettler