|
From: Chris W. <la...@us...> - 2001-10-27 04:54:14
|
Update of /cvsroot/openinteract/OpenInteract/pkg/lookup/template
In directory usw-pr-cvs1:/tmp/cvs-serv7116/template
Modified Files:
lookup_listing.tmpl lookup_listing_columns.tmpl
Log Message:
small template modifications
Index: lookup_listing.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/lookup/template/lookup_listing.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** lookup_listing.tmpl 2001/10/18 12:39:44 1.6
--- lookup_listing.tmpl 2001/10/27 04:54:11 1.7
***************
*** 9,15 ****
[% MACRO lookup_entry_table BLOCK -%]
<table border="0" cellpadding="4" cellspacing="0">
! [% display_id = o.id || 'New Entry';
this_id = o.id || id -%]
! <tr><td colspan="2">ID: [% display_id %]</td></tr>
[% FOREACH idx = [ 0 .. field_list.max ] -%]
<tr>
--- 9,15 ----
[% MACRO lookup_entry_table BLOCK -%]
<table border="0" cellpadding="4" cellspacing="0">
! [% display_id = o.id || 'New';
this_id = o.id || id -%]
! <tr><td colspan="2">[% display_id %]</td></tr>
[% FOREACH idx = [ 0 .. field_list.max ] -%]
<tr>
Index: lookup_listing_columns.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/lookup/template/lookup_listing_columns.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lookup_listing_columns.tmpl 2001/10/18 12:39:44 1.5
--- lookup_listing_columns.tmpl 2001/10/27 04:54:11 1.6
***************
*** 20,27 ****
[% MACRO lookup_entry_row BLOCK -%]
! [% display_id = o.id || 'New Entry';
this_id = o.id || id -%]
<tr valign="middle" align="center" bgcolor="[% PROCESS row_color %]">
! <td>ID: [% display_id %]</td>
[% FOREACH idx = [ 0 .. field_list.max ] -%]
[%- field = field_list.$idx; -%]
--- 20,27 ----
[% MACRO lookup_entry_row BLOCK -%]
! [% display_id = o.id || 'New';
this_id = o.id || id -%]
<tr valign="middle" align="center" bgcolor="[% PROCESS row_color %]">
! <td>[% display_id %]</td>
[% FOREACH idx = [ 0 .. field_list.max ] -%]
[%- field = field_list.$idx; -%]
|