Changeset 6717 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 12 Sep 2011, 09:23:38 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/actionbutton.pt
r6635 r6717 1 <span class="yui-button" >1 <span class="yui-button" tal:condition="viewlet/target_url"> 2 2 <span class="first-child"> 3 3 <a href="" -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/loginpage.pt
r6715 r6717 29 29 <p>You don't have an account because you are a fresh student or your student record has just been created? 30 30 Acquire a Password Access Code (PWD) and inititialize your student account 31 <strong><a href ="setpassword"> here 31 <strong><a href ="setpassword"> here</a></strong>. 32 32 </p> 33 33 -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r6715 r6717 586 586 target = 'cedit' 587 587 588 @property 589 def target_url(self): 590 if self.context.clearance_locked: 591 return '' 592 return self.view.url(self.view.context, self.target) 593 588 594 class StudentClearanceEditFormPage(StudentClearanceManageFormPage): 589 595 """ View to edit student clearance data by student -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt
r6715 r6717 32 32 </li> 33 33 <li> After pressing the button, your Student Id will be displayed and your password set. 34 The new password is the 10-digit part of the access code just used.34 The 10-digit part of the access code just used is your new password. 35 35 </li> 36 36 <li> Go to the <strong><a href="login">general login page</a></strong> and enter your new credentials.
Note: See TracChangeset for help on using the changeset viewer.