Last change
on this file since 15505 was
10060,
checked in by Henrik Bettermann, 12 years ago
|
Add browser components to facilitate transfer reversion.
|
File size:
615 bytes
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
2 | i18n:domain="waeup.kofa" enctype="multipart/form-data"> |
---|
3 | |
---|
4 | <p i18n:translate=""> |
---|
5 | Student transfers can be reverted one after the other. When reverting |
---|
6 | a transfer, the active study course will be entirely removed including |
---|
7 | all containing course lists (study levels) |
---|
8 | and the previous study course will be reactivated. |
---|
9 | </p> |
---|
10 | <br /> |
---|
11 | <div tal:condition="view/availableActions"> |
---|
12 | <input tal:repeat="action view/actions" |
---|
13 | tal:replace="structure action/render" |
---|
14 | /> |
---|
15 | </div> |
---|
16 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.