/[clipping]/templates/frm_select_c_customer.tt2
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /templates/frm_select_c_customer.tt2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jan 16 22:46:52 2004 UTC (20 years, 3 months ago) by dpavlin
Branch point for: MAIN, phperl
Initial revision

1 dpavlin 1.1 <!-- requires action=select_c_customer -->
2    
3     <select name="c_customer_id">
4     <option value=""></option>
5     [% FOREACH row = select_c_customer %]
6     <option value="[% row.c_customer_id %]" [% "selected" IF select_c_customer.first.c_customer_fk == row.c_customer_id %]> [% row.c_customer_name %]
7     [% END %]
8     </select>

  ViewVC Help
Powered by ViewVC 1.1.26