Ignore:
Timestamp:
30 Nov 2011, 23:13:26 (13 years ago)
Author:
Henrik Bettermann
Message:

Rebuild applicants package (1st part). Applicants now have an applicant_id and a password and can use the regular login page to enter the portal.

Add user_type attribute to SIRPPrincipal objects.

Add some permissions in students package.

Some tests are still missing and will be re-added soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt

    r7184 r7240  
    5656
    5757        <div class="yui-b">
    58           <div class="block" tal:condition="layout/getStudentName">
     58          <div class="block" >
    5959            <div class="studentmenu">
    60               <tal:left content="structure provider:top_student" />
     60              <div tal:condition="layout/getStudentName"
     61                   tal:replace="structure provider:top_student">
     62                Student Links
     63              </div>
     64              <div tal:content="structure provider:actionbar">
     65                Student Actions
     66              </div>
    6167            </div>
    6268          </div>
     
    8995                  <div tal:replace="structure view/content"> THE CONTENT
    9096                  </div>
    91                   <span tal:replace="structure provider:actionbar"></span>
    9297                </div>
    9398              </div>
Note: See TracChangeset for help on using the changeset viewer.