- Timestamp:
- 28 Sep 2007, 08:21:20 (17 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r2284 r2288 930 930 ###) 931 931 932 security.declareProtected(ModifyPortalContent,'mass_edit_ Faculty') ###(932 security.declareProtected(ModifyPortalContent,'mass_edit_faculty') ###( 933 933 def mass_edit_faculty(self,mapping): 934 934 "edit a faculty" -
WAeUP_SRP/base/skins/cps_custom/config_form.pt
r2275 r2288 1 <tal:block condition="nothing">$Id: config_form.pt 33523 2006-02-27 16:17:45Z fguillaume $</tal:block> 2 <html xmlns:tal="http://xml.zope.org/namespaces/tal" 3 xmlns:metal="http://xml.zope.org/namespaces/metal" 4 xmlns="http://www.w3.org/1999/xhtml" 5 metal:use-macro="here/main_template/macros/master"> 6 <body> 1 <metal:html> 7 2 8 <metal:block fill-slot="head_slot"> 9 <tal:block define="dummy python:request.set('breadcrumb_set', 10 [{ 11 'id': 'config_form', 12 'url': '%sconfig_form' % base_url, 13 'title': cpsmcat('heading_reconfig_portal'), 14 }, 15 ]);" /> 16 </metal:block> 3 <span tal:condition="not: context/isSectionOfficer"> 4 <span tal:content="here/illegal_view" /> 5 </span> 17 6 7 <metal:block tal:condition="context/isSectionOfficer"> 8 <metal:body use-macro="here/main_template/macros/master"> 18 9 <metal:header fill-slot="header" 19 10 tal:define="mtool here/portal_membership; 20 11 checkPerm nocall:mtool/checkPermission;"> 21 <h3 i18n:translate="heading_reconfig_portal">Configure Portal</h3> 22 <tal:block condition="python:not checkPerm('Manage Portlets', here)"> 23 <tal:block define="dummy request/RESPONSE/unauthorized" /> 24 </tal:block> 12 <h3>Configure Portal</h3> 25 13 </metal:header> 26 27 14 <metal:main fill-slot="main"> 28 15 <form action="" method="post" … … 105 92 </form> 106 93 107 108 109 110 94 </metal:main> 111 </body> 112 </html> 95 </metal:body> 96 </metal:block> 97 </metal:html> -
WAeUP_SRP/base/skins/waeup_student/application_slip.pt
r1783 r2288 3 3 tal:define="info context/getApplicationInfo"> 4 4 <span tal:condition="not: info"> 5 <span tal:content="here/illegal_view" /> w5 <span tal:content="here/illegal_view" /> 6 6 </span> 7 7 <span tal:condition="info"> -
WAeUP_SRP/fceokene/profiles/default/actions.xml
r2275 r2288 199 199 </action> 200 200 </action-provider> 201 <action-provider name="portal_themes"/>202 201 <action-provider name="portal_workflow"/> 203 202 <action-provider name="portal_properties">
Note: See TracChangeset for help on using the changeset viewer.