If I use: [%- WRAPPER contentitem %]<a ....>...</a>[% END %] [%- WRAPPER contentitem controls='controls' %]<a ....>...</a>[% END %]
Instead of: [%- WRAPPER contentitem %]<a ....>...</a>[% END %] [%- WRAPPER contentitem rightcontrols='controls' %]<a ....>...</a>[% END %] The result is that I get a white field to the right of the rows that contains the "controls" attributes. If I switch to use "rightcontrols" instead as shown above it works perfectly, but shouldn't it also work with "controls" ? It works with the "controls" attribute if I have it on all contentitem rows, but not if I only have it on some rows. If I have understand it correctly the purpose of the the controls attribute are: - leftcontrols: I want to place some control to the left of the text - rightcontrols: I want to place some control to the right of the text - controls: I just want a control but I really don't care where it's placed, the positioning is totally up to the skin to decide. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library and Database Query plugins' (http://wiki.erland.homeip.net/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=41697 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
