~replaceafill/schooltool.gradebook/column_checkboxes

« back to all changes in this revision

Viewing changes to src/schooltool/gradebook/browser/gradebook.py

  • Committer: Douglas Cerna
  • Date: 2014-02-02 17:54:23 UTC
  • Revision ID: douglascerna@yahoo.com-20140202175423-9r3cl9ottqx6fs3l
Changed Enrolled to Active in the enrollment mode options

Show diffs side-by-side

added added

removed removed

Lines of Context:
2792
2792
        result = []
2793
2793
        result.append({
2794
2794
                'id': self.enrolled_mode,
2795
 
                'label': _('Enrolled'),
 
2795
                'label': _('Active'),
2796
2796
                'url': '%s?%s' % (
2797
2797
                    gradebook_url,
2798
2798
                    urllib.urlencode({