Ignore:
Timestamp:
15 Jun 2020, 07:58:00 (5 years ago)
Author:
Henrik Bettermann
Message:

Finetune transcript processing. Allow transcript officers to request a transcript.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/transcriptprocess.pt

    r15333 r16120  
    4040            <td colspan="2">
    4141              <br />
    42               <input type="submit" name="SUBMIT" class="btn btn-primary"
    43                      tal:attributes="value view/buttonname" />
     42              <input
     43                data-toggle="tooltip"
     44                title="Comments will be added to the correspondence.
     45                  They can't be edited or removed after saving."
     46                onclick="return window.confirm('Are you really sure?')"
     47                type="submit" name="SAVE" class="btn btn-primary"
     48                tal:condition="view/buttonname1"
     49                tal:attributes="value view/buttonname1" />
     50              <input
     51                data-toggle="tooltip"
     52                title="Comments will be added to the correspondence.
     53                  They can't be edited or removed after saving and
     54                  transcript validation."
     55                onclick="return window.confirm('Are you really sure?')"
     56                type="submit" name="SUBMIT" class="btn btn-primary"
     57                     tal:attributes="value view/buttonname2" />
    4458            </td>
    4559          </tr>
Note: See TracChangeset for help on using the changeset viewer.