------------------------------------------------------------------------
A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=19369
------------------------------------------------------------------------
Question: Do you have a 770?
    
- Got it
- Want it
- Need it
- Forget it
------------------------------------------------------------------------

KDF--something's not functioning right. I'm getting the impression that
the contentcontainer and contentitem BLOCKs in cmdwrappers are being
ignored...

this is what I have (contentitem changed per your last post)
nothing I do effects the presentation of the page in any way.

[% BLOCK contentcontainer %]
<table border="1" cellspacing="0" cellpadding="4" width="100%">

[%- content | indent(4) %]

</table>
[%- END %]

[% BLOCK contentitem -%]
<tr>
<td class="listing" align="left">
[% IF controls %]
<div class="browsedbControls">
[%- PROCESS $controls %][% ELSE %]<td></td><td></td>[% END %]
</div></td>
<td class="listing" align="left">
[%- IF anchor %]
<a name="[% anchor %]"></a>
[%- END %]

<div class="[% lineclass || 'browsedbListItem' %]">

[%- content | indent(4) %]
</td>
</tr>
[%- END %]


-- 
bklaas
------------------------------------------------------------------------
bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58
View this thread: http://forums.slimdevices.com/showthread.php?t=19369

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to