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

« back to all changes in this revision

Viewing changes to src/schooltool/basicperson/stesting.zcml

  • Committer: Douglas Cerna
  • Date: 2014-10-14 16:05:11 UTC
  • mfrom: (1.1.36)
  • Revision ID: douglascerna@yahoo.com-20141014160511-v2zzlmyuwjsfizai
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
     for="schooltool.term.interfaces.IDateManager"
14
14
     class="schooltool.resource.browser.stests.test_selenium.DateManagementView"
15
15
     permission="schooltool.view" />
 
16
  <configure package="schooltool.export">
 
17
    <flourish:page
 
18
        name="import.html"
 
19
        subtitle="Import Data"
 
20
        for="schooltool.app.interfaces.ISchoolToolApplication"
 
21
        content_template="templates/f_import.pt"
 
22
        class=".importer.FlourishMegaImporter"
 
23
        permission="schooltool.edit" />
 
24
  </configure>
16
25
 
17
26
</configure>