~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/xhtml.py

  • Committer: William Grant
  • Date: 2009-12-07 04:22:22 UTC
  • Revision ID: grantw@unimelb.edu.au-20091207042222-lor5fixbzwniti3i
Revert client-side parts of r1333; reliance on the deprecated tab mechanism is to be avoided.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        ctx['publicmode'] = req.publicmode
122
122
        if hasattr(self, 'help'):
123
123
            ctx['help_path'] = self.help
124
 
        if hasattr(self, 'tab'):
125
 
            ctx['tab'] = self.tab
126
124
 
127
125
        ctx['apps_in_tabs'] = []
128
126
        for plugin in req.config.plugin_index[ViewPlugin]: