/[pac]/pac/PACDefault/skins/pac_widgets/actionrecipients_chooser.pt
ViewVC logotype

Diff of /pac/PACDefault/skins/pac_widgets/actionrecipients_chooser.pt

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

revision 1.4 by tvon, Sat Oct 4 07:00:17 2003 UTC revision 1.5 by tvon, Tue Oct 7 17:41:33 2003 UTC
# Line 39  Line 39 
39              <div metal:use-macro="here/widgets/field/macros/edit">              <div metal:use-macro="here/widgets/field/macros/edit">
40                  <div metal:fill-slot="widget_body"                  <div metal:fill-slot="widget_body"
41                      tal:define="                      tal:define="
42                          political_party here/getPoliticalParty;                          results python:here.getEligibleRecipients();
                         country here/getCountry;  
                         us_state here/getUsState;  
                         current_office here/getCurrentOffice;  
                         results python:here.portal_catalog(getCurrentOffice=current_office,getPoliticalParty=political_party,getUsState=us_state,getCountry=country,meta_type='ActionRecipient');  
43                          fieldName python:test(field.multiValued,fieldName+':list',fieldName);                          fieldName python:test(field.multiValued,fieldName+':list',fieldName);
44                          rlen  python: len(results);                          rlen  python: len(results);
45                          ">                          ">

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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