Changeset 8020 for main/waeup.uniben/trunk/src/waeup/uniben/etranzact
- Timestamp:
- 2 Apr 2012, 11:05:40 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/etranzact/browser.py
r7976 r8020 25 25 from waeup.kofa.students.browser import write_log_message 26 26 from waeup.kofa.students.viewlets import RequestCallbackActionButton 27 from waeup. custom.interfaces import MessageFactory as _28 from waeup. custom.utils.utils import actions_after_payment27 from waeup.uniben.interfaces import MessageFactory as _ 28 from waeup.uniben.utils.utils import actions_after_payment 29 29 30 30 TERMINAL_ID = '0000000001' -
main/waeup.uniben/trunk/src/waeup/uniben/etranzact/browser_templates/enterpin.pt
r7976 r8020 1 1 <form tal:attributes="action view/action" 2 method="POST" i18n:domain="waeup. custom">2 method="POST" i18n:domain="waeup.uniben"> 3 3 <table class="form-table"> 4 4 <tbody> -
main/waeup.uniben/trunk/src/waeup/uniben/etranzact/tests.py
r7995 r8020 18 18 from hurry.workflow.interfaces import IWorkflowState 19 19 from waeup.kofa.students.tests.test_browser import StudentsFullSetup 20 from waeup. custom.testing import FunctionalLayer20 from waeup.uniben.testing import FunctionalLayer 21 21 22 22
Note: See TracChangeset for help on using the changeset viewer.