~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

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

  • Committer: Gediminas Paulauskas
  • Date: 2014-04-18 16:25:33 UTC
  • mfrom: (1.1.33)
  • Revision ID: menesis@pov.lt-20140418162533-noklnc6b89w2epee
Tags: 1:2.7.0-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
 
406
406
class FlourishSelectedPeriodsAddView(flourish.form.AddForm,
407
407
                                     SelectedPeriodsAddView):
408
 
 
 
408
    template = flourish.templates.Inherit(flourish.page.Page.template)
409
409
    legend = _("Schedule a school timetable")
410
410
 
411
411
 
881
881
 
882
882
 
883
883
class FlourishTimetableMakeDefaultView(flourish.form.DialogForm, form.EditForm):
 
884
    template = flourish.templates.Inherit(flourish.page.Page.template)
884
885
    dialog_submit_actions = ('apply',)
885
886
    dialog_close_actions = ('cancel',)
886
887
    label = None