Changeset 1908 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 16 Jun 2007, 19:09:30 (17 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actions.xml
r1876 r1908 31 31 </action> 32 32 <action title="Student Login" action_id="login_student" category="student" 33 condition_expr="python: not member and portal.portal_url().find('uniben.waeup.org') >-1"33 condition_expr="python: not member and (portal.portal_url().find('uniben.waeup.org') >-1 or portal.portal_url().find('uniben-demo.waeup.org') >-1" 34 34 url_expr="string:${portal_url}/login_student" visible="True"> 35 35 <permission>View</permission> -
WAeUP_SRP/trunk/profiles/default/layouts/student_application.xml
r1828 r1908 182 182 <property name="hidden_layout_modes"/> 183 183 <property name="hidden_readonly_layout_modes"/> 184 <property name="display_width">1 0</property>185 <property name="size_max">1 0</property>184 <property name="display_width">12</property> 185 <property name="size_max">12</property> 186 186 </widget> 187 187 <widget name="jamb_score" meta_type="String Widget">
Note: See TracChangeset for help on using the changeset viewer.