2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated language information

This commit is contained in:
azammitdcarf
2009-03-17 23:26:54 +00:00
parent 6c81d0f070
commit b505e48d0a
21 changed files with 88 additions and 24 deletions

View File

@@ -74,7 +74,10 @@ if ($operator_id)
if (empty($rs))
print "<p>" . T_("No calls ever made") . "</p>";
else
{
translate_array($rs,array("des"));
xhtml_table($rs,array("start","case_id","des","firstName"),array(T_("Date/Time"),T_("Case ID"),T_("Outcome"),T_("Respondent")));
}
}
else
print "<p>" . T_("No operator") . "</p>";