/[pac]/pac/PACDefault/skins/pac_templates/publicaction_view.pt
ViewVC logotype

Diff of /pac/PACDefault/skins/pac_templates/publicaction_view.pt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tvon, Wed Oct 8 00:53:04 2003 UTC revision 1.2 by tvon, Sun Oct 12 02:05:46 2003 UTC
# Line 66  Line 66 
66                      <metal:block tal:condition="not: here/portal_membership/isAnonymousUser"                      <metal:block tal:condition="not: here/portal_membership/isAnonymousUser"
67                          tal:define="member container/portal_membership/getAuthenticatedMember | nothing">                          tal:define="member container/portal_membership/getAuthenticatedMember | nothing">
68    
69                            <div tal:content="python:here.pac_tool.getMemberRepresentatives(member)"/>
70                          <div tal:omit-tag=""                          <div tal:omit-tag=""
71                              tal:condition="python:here.isEligible(here, member)">                              tal:condition="python:here.isEligible(here, member)">
72    
73                                <!--
74                              <h3>Take Action!</h3>                              <h3>Take Action!</h3>
75                              <div tal:repeat="act here/getAllowedActions">                              <div tal:repeat="act here/getAllowedActions">
76                                  <form action="takeAction"                                  <form action="takeAction"
# Line 75  Line 78 
78                                      <input type="submit" tal:attributes="value python:here.portal_properties.pac_actions.getProperty(act).split('|')[0]"/>                                      <input type="submit" tal:attributes="value python:here.portal_properties.pac_actions.getProperty(act).split('|')[0]"/>
79                                  </form>                                  </form>
80                              </div>                              </div>
81                                -->
82                              <h2>Your Qualified Recipients</h2>                              <h2>Your Qualified Recipients</h2>
83                              <div tal:repeat="ar python:here.getMyRecipients(member)">                              <div tal:repeat="ar python:here.getMyRecipients(member)">
84                                  <div tal:content="python:ar.Title"></div>                                  <div tal:content="python:ar.Title"></div>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26