Changeset 197 for waeup_product/trunk/skins
- Timestamp:
- 8 Feb 2006, 12:47:31 (19 years ago)
- Location:
- waeup_product/trunk/skins/waeup_default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py
r194 r197 67 67 'action': 'folder_localrole_form', 68 68 'permissions': (ModifyPortalContent), 69 'visible' : 0,69 'visible' : 1, 70 70 }, 71 71 ) … … 229 229 'action': 'folder_localrole_form', 230 230 'permissions': (ModifyPortalContent,UniversityManage), 231 'visible' : 0,231 'visible' : 1, 232 232 }, 233 233 {'id': 'contents', -
waeup_product/trunk/skins/waeup_default/student_view_all_form.pt
r169 r197 19 19 <h1> <span tal:content="context/title_or_id" /></h1> 20 20 21 <p>This is a temporary view of the object with id <em tal:content="here/id" /> 22 of type <em tal:content="here/portal_type" /> 23 which can be customized according to the customer's needs.</p> 21 <p>This is a temporary view of the Students Registration view for anonymous users..</p> 24 22 25 23 <br /> 26 24 <span tal:condition="python:context.portal_type != 'University'" tal:omit-tag=""> 27 <p> Exemplary view of the <strong>object's data fields</strong>: </p>28 < tal:block tal:content="structure rendered_main|python:doc.render(proxy=here)" />25 <p>You are visiting the Student Registration Portal as anonymous user. 26 </p> 29 27 </span> 30 28 -
waeup_product/trunk/skins/waeup_default/temporary_view_all.py
r195 r197 14 14 if context.portal_membership.isAnonymousUser(): 15 15 if not url0.endswith('chat'): 16 16 return context.students.student_view_all_form(psm=psm) 17 17 return context.Chat() 18 18 else:
Note: See TracChangeset for help on using the changeset viewer.