Changeset 1246

Show
Ignore:
Timestamp:
09/12/08 19:46:26
Author:
liebster
Message:

Modified manage_overview

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPingTool/trunk/PingTool.py

    r1243 r1246  
    8181        ) + ATFolder.manage_options 
    8282 
    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') 
    8684 
    8785    def pingFeedReader(self,context): 
  • qPingTool/trunk/www/overview.zpt

    r1243 r1246  
    3030      <p tal:condition="not:hasCanonicalURL">Until you setup canonical_url - Ping Tool will not work.</p> 
    3131 
    32       <form method="post" action="" tal:attributes="action python:'manage_'+template.getId()"> 
     32      <form method="post" action="" tal:attributes="action template/getId"> 
    3333         <input type="hidden" name="submitted" value="1" /> 
    3434         <p class="form-help"