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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2009-12-02 17:32:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1333.
  • Revision ID: coles.david@gmail.com-20091202173251-9go5xjpw2dkvzqyj
Set this_app in template rather than js files

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
124
126
 
125
127
        ctx['apps_in_tabs'] = []
126
128
        for plugin in req.config.plugin_index[ViewPlugin]: