~schooltool-owners/schooltool/2.8

« back to all changes in this revision

Viewing changes to src/schooltool/course/browser/flourish.zcml

  • Committer: Douglas Cerna
  • Date: 2014-10-13 05:18:40 UTC
  • Revision ID: douglascerna@yahoo.com-20141013051840-c1pjjali4sma5sbf
Made students list report the new section roster report

Show diffs side-by-side

added added

removed removed

Lines of Context:
774
774
      permission="schooltool.view"
775
775
      />
776
776
 
777
 
  <report:reportLink
778
 
      name="students_list"
779
 
      for="schooltool.course.interfaces.ISection"
780
 
      layer="schooltool.skin.flourish.IFlourishLayer"
781
 
      permission="schooltool.view"
782
 
      group="Section"
783
 
      description="XXX description XXX"
784
 
      title="Students List"
785
 
      file_type="pdf"
786
 
      link="request_students_list.html"
787
 
      />
788
 
 
789
 
  <flourish:page
790
 
      name="request_students_list.html"
791
 
      for="schooltool.course.interfaces.ISection"
792
 
      class=".section.RequestStudentsListReportView"
793
 
      permission="schooltool.edit"
794
 
      />
795
 
 
796
 
  <flourish:pdf
797
 
      name="students_list.pdf"
798
 
      for="schooltool.course.interfaces.ISection"
799
 
      class=".section.StudentsListPDFView"
800
 
      permission="schooltool.edit"
801
 
      />
802
 
 
803
777
  <flourish:content
804
 
      name="students_list_table"
 
778
      name="section_roster_table"
805
779
      for="schooltool.course.interfaces.ISection"
806
 
      class=".section.StudentsListTable"
 
780
      class=".section.SectionRosterTable"
807
781
      permission="schooltool.view"
808
782
      />
809
783
 
810
784
  <flourish:viewlet
811
785
      name="table"
812
786
      manager="schooltool.skin.flourish.report.PDFStory"
813
 
      view=".section.StudentsListPDFView"
814
 
      class=".section.StudentsListTablePart"
 
787
      view=".section.SectionRosterPDFView"
 
788
      class=".section.SectionRosterTablePart"
815
789
      permission="zope.Public"
816
790
      />
817
791