~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 19:16:46 UTC
  • mfrom: (1332.1.4 console-fix)
  • Revision ID: coles.david@gmail.com-20091202191646-e55k83yd7sera1fk
When a console is restarted due to either being reset from the UI or killed 
due to inactivity/resource limits then will restart at the correct working 
directory.

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]: