tomdchi Posted November 18, 2009 Share Posted November 18, 2009 Anyone else have a problem with the statistics box not displaying the text links in FireFox? It looks ok in IE. I have noticed lately that a lot of things don't display as they used to in FF (not just WHMCS but other sites). <table width="250" class="form"> <tr><td colspan="2" class="fieldarea" style="text-align:center;"><img src="images/icons/stats.png" align="absmiddle" border="0"> <b>Statistics</b></td></tr> <tr><td width="180" class="fieldlabel"><a href="clients.php?status=Active">Active Clients</a></td><td class="fieldarea"><span class="textgreen"><b>{$sidebarstats.clients.active}</b></span></td></tr> <tr><td class="fieldlabel"><a href="invoices.php?status=Unpaid">Unpaid Invoices</a></td><td class="fieldarea"><span class="textred"><b>{$sidebarstats.invoices.unpaid}</b></span></td></tr> <tr><td class="fieldlabel"><a href="invoices.php?status=Overdue">Overdue Invoices</a></td><td class="fieldarea"><span class="textblack"><b>{$sidebarstats.invoices.overdue}</b></span></td></tr> <tr><td class="fieldlabel"><a href="clientsdomainlist.php?status=Pending%20Transfer">Pending Transfer Domains</a></td><td class="fieldarea"><span class="textgold"><b>{$sidebarstats.domains.pendingtransfer}</b></span></td></tr> <tr><td class="fieldlabel"><a href="clientshostinglist.php?status=Suspended">Suspended Services</a></td><td class="fieldarea"><span class="testblue"><b>{$sidebarstats.services.suspended}</b></span></td></tr> <tr><td class="fieldlabel"><a href="billableitems.php?status=Uninvoiced">Uninvoiced Billable Items</a></td><td class="fieldarea"><span class="textred"><b>{$stats.billableitems.uninvoiced}</b></span></td></tr> <tr><td class="fieldlabel"><a href="quotes.php?validity=Valid">Valid Quotes</a></td><td class="fieldarea"><span class="textgreen"><b>{$stats.quotes.valid}</b></span></td></tr> </table> 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.