Ignore:
Timestamp:
21 Nov 2006, 21:05:33 (18 years ago)
Author:
Henrik Bettermann
Message:

local roles SectionReader? and SectionManager? can only be assigned by admin
unused pins only be shown to admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_pins/batch_view.pt

    r805 r919  
    1 <metal:html tal:define="info context/getBatchInfo">
     1<metal:html tal:define="info context/getBatchInfo;
     2                        mtool here/portal_membership;
     3                        member mtool/getAuthenticatedMember;
     4                        ">
    25
    36  <metal:body use-macro="here/main_template/macros/master">
     
    2326        <br />
    2427       
     28        <span tal:condition="python:member.id=='admin'">       
    2529        <h3>Unused</h3>
    2630        <table>
     
    3034          </tr>
    3135        </table>
    32        
     36        </span>
     37
    3338        <h3>Used</h3>
    3439        <table>
Note: See TracChangeset for help on using the changeset viewer.