Changeset 16293


Ignore:
Timestamp:
31 Oct 2020, 22:37:21 (4 years ago)
Author:
Henrik Bettermann
Message:
 
Location:
main/waeup.kofa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r16275 r16293  
    441.6.1.dev0 (unreleased)
    55=======================
     6
     7* Make login trouble links more conspicuous.
    68
    79* Add `ApplicantEmailSource` (not used and tested in base package).
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/loginpage.pt

    r16116 r16293  
    2828  <p i18n:translate="login_trouble3">
    2929    You don't have an account because you are a fresh student, or your student record has just been created?
    30     Inititialize your student account <strong><a href="requestpw"> here</a></strong>.
     30    <a href="requestpw" class="btn btn-success btn-xs">Inititialize your student account.</a>
    3131  </p>
    32   <p i18n:translate="login_trouble4"> Or simply forgot your student id, applicant id or password? Then request a new password
    33     <strong><a href="changepw"> here</a></strong>.
     32  <p i18n:translate="login_trouble4"> Or simply forgot your student id, applicant id or password?
     33    <a href="changepw" class="btn btn-success btn-xs">Request a new password.</a>
    3434  </p>
    3535  <p i18n:translate="login_trouble5"> You are student parents and want to monitor study progress
    36     of your child? Then request a temporary parents password <strong><a href="requestppw"> here</a></strong>.
    37     Prerequisite for getting access is that you have a valid email address and that this address
     36    of your child?
     37    <a href="requestppw" class="btn btn-success btn-xs">Request a temporary parents password.</a>
     38    <br />
     39    Prerequisite for getting parents access is that you have a valid email address and that this address
    3840    has been entered by the student into the parents' email address field.
    3941  </p>
Note: See TracChangeset for help on using the changeset viewer.