source: products/vendor/Products.CacheSetup/current/Products/CacheSetup/skins/cache_setup/cache_setup_config.pt @ 3296

Last change on this file since 3296 was 3296, checked in by fenix, 13 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

  • Property svn:eol-style set to native
File size: 911 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      metal:use-macro="here/prefs_main_template/macros/master"
4      i18n:domain="plone">
5
6<metal:block fill-slot="top_slot"
7             tal:define="dummy python:request.set('disable_border',1)" />
8
9<body>
10
11<div metal:fill-slot="prefs_configlet_content"
12     tal:define="config python:modules['Products.CacheSetup.config'];
13                 plone25 python:config.PLONE25 or '';">
14<div class="documentEditable" tal:attributes="id python:plone25 and 'content' or ''">
15<div class="documentContent" tal:attributes="id python:plone25 and '' or 'content'">
16<a name="documentContent"></a>
17
18<h1 class="documentFirstHeading">
19  CacheSetup Error:
20</h1>
21
22<p>This is an old template from CacheSetup 1.0x.</p>
23
24<p>Please visit the "Add/Remove Products" page to upgrade to
25   the current filesystem version.</p>
26
27</div>
28</div>
29</div>
30
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.