Changeset 103
- Timestamp:
- 12/23/05 07:44:04
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qTopic/branches/plone2.1/skins/qtopic/atct_manageTopicIndex.cpt
r102 r103 73 73 <input type="hidden" name="catalog" value="portal_catalog" 74 74 tal:attributes="value python:catalog" /> 75 <tal:x replace="catalog"/> 75 76 76 <tal:indices tal:define="enabledOnly python:request.get('showEnabledOnly',True); 77 77 indexes python:atct_tool.getIndexes(enabledOnly=enabledOnly, catalog_name=catalog); qTopic/branches/plone2.1/skins/qtopic/result_csv.pt
r102 r103 1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 2 lang="en" 3 metal:use-macro="here/main_template/macros/master" 4 i18n:domain="plone"> 1 <html xmlns="http://www.w3.org/1999/xhtml" 2 xml:lang="en-US" 3 lang="en-US" 4 xmlns:tal="http://xml.zope.org/namespaces/tal" 5 xmlns:metal="http://xml.zope.org/namespaces/metal" 6 xmlns:i18n="http://xml.zope.org/namespaces/i18n" 7 i18n:domain="plone" 8 metal:use-macro="here/main_template/macros/master"> 5 9 6 10 <body>
