Ignore:
Timestamp:
14 Aug 2008, 08:42:39 (16 years ago)
Author:
Henrik Bettermann
Message:

implement email form (med only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/profiles/default/actions.xml

    r3287 r3624  
    164164     condition_expr="python: here.isStudent() and here.getStudentWorkflowInfo()['tr']"
    165165     url_expr="string:${portal_url}/request_transfer" visible="False"/>
     166  <action title="Send Email" action_id="send_email_form" category="global"
     167     condition_expr="python:str(member) in ('admin','med')"
     168     url_expr="string:${portal_url}/send_email_form" visible="True">
     169   <permission>View</permission>
     170  </action>     
    166171 </action-provider>
    167172 <action-provider name="portal_registration">
Note: See TracChangeset for help on using the changeset viewer.