Changeset 1028 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
11 Dec 2006, 15:32:32 (18 years ago)
Author:
Henrik Bettermann
Message:

date labels changed
SectionReader? role can be assigned by SectionOfficers?
formaction changed in waeup_edit_form
warning added in clearance_pin_form

Location:
WAeUP_SRP/trunk/skins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py

    r924 r1028  
    2525if member.id in ("admin","perry"):
    2626    return ['SectionReader','SectionManager','ClearanceOfficer', 'SectionOfficer']
    27 return ['ClearanceOfficer', 'SectionOfficer']
     27return ['SectionReader', 'ClearanceOfficer', 'SectionOfficer']
  • WAeUP_SRP/trunk/skins/waeup_default/external_edit_form.pt

    r913 r1028  
    55           use_session=True,
    66           no_form=True);
    7     form_action string:external_edit;
    8     form_type string:external;
    9     is_allowed context/isSectionOfficer;
    10     creation python:False;
    11     metadata metadata|nothing;"
     7           form_action string:external_edit;
     8           form_type string:external;
     9           is_allowed context/isSectionOfficer;
     10           creation python:False;
     11           metadata metadata|nothing;"
    1212    >
    1313  <metal:block use-macro="context/waeup_edit_form/macros/edit_form" />
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt

    r913 r1028  
    55           use_session=True,
    66           no_form=True);
    7            form_action string:cpsdocument_edit;
     7           form_action string:waeup_edit;
    88           form_type string:waeup;
    99           creation python:False;
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_pin_form.pt

    r805 r1028  
    1717        <br />
    1818        <div tal:replace="structure rendered_main" />
     19        <br />
     20        <font color="red">Processing your request may take a while. Please do not press the 'Start' button twice!</font>
     21        <br />
    1922      </metal:block>
    2023      <metal:block fill-slot="sub">
Note: See TracChangeset for help on using the changeset viewer.