Changeset 1246
- Timestamp:
- 09/12/08 19:46:26
- Files:
-
- qPingTool/trunk/PingTool.py (modified) (1 diff)
- qPingTool/trunk/www/overview.zpt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPingTool/trunk/PingTool.py
r1243 r1246 81 81 ) + ATFolder.manage_options 82 82 83 manage_overview = PageTemplateFile(os.path.join('www','overview'), globals()) 84 manage_overview.__name__ = 'manage_overview' 85 manage_overview._need__name__ = 0 83 manage_overview = PageTemplateFile(os.path.join('www', 'overview'), globals(), __name__='manage_overview') 86 84 87 85 def pingFeedReader(self,context): qPingTool/trunk/www/overview.zpt
r1243 r1246 30 30 <p tal:condition="not:hasCanonicalURL">Until you setup canonical_url - Ping Tool will not work.</p> 31 31 32 <form method="post" action="" tal:attributes="action python:'manage_'+template.getId()">32 <form method="post" action="" tal:attributes="action template/getId"> 33 33 <input type="hidden" name="submitted" value="1" /> 34 34 <p class="form-help"
