Output untranslatable and unthemable

robertDouglass - August 21, 2007 - 10:06
Project:AutoPilot
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

This type of construct on line 267 is both untranslatable and unthemable:

<?php
                   
($row['status'] === "0") ? "<span style=\"color:#00ff00;font-weight:bold;\">Succeeded</span>" : "<span style=\"color:#ff0000;font-weight:bold;\">Failed</span>",
?>

 
 

Drupal is a registered trademark of Dries Buytaert.