PPH Posted October 24, 2007 Share Posted October 24, 2007 Going through a client account that has a terminated add-on I have noticed in their client area that the background color of terminated icons are white indicating active. I switched to the portal and the default template with the same results. What would we need to add to have product add-ons appear with the proper status color in the clientarea? 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted October 25, 2007 Author Share Posted October 25, 2007 This needs to be added to the bugs list for V 3.4 as the error also exists in the online demo and in both templates. Here's what we did to fix the addon status color for the table. Original at line 115 of portal template clientareproductdetails: <tr class="clientareatableactive"><td id="{$addon.class}">{$addon.name}</td><td id="{$addon.class}" align="center">{$addon.pricing}</td><td id="{$addon.class}" align="center">{$addon.nextduedate}</td></tr> Changed to: <tr class="clientareatable{$addon.status}"><td id="{$addon.class}">{$addon.name}</td><td id="{$addon.class}" align="center">{$addon.pricing}</td><td id="{$addon.class}" align="center">{$addon.nextduedate}</td></tr> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.