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

fixed: added header and css+js libraries

This commit is contained in:
Alex
2015-08-12 14:46:31 +03:00
parent 6c1206b4b2
commit a85d33cb00

View File

@@ -105,6 +105,7 @@ if ($operator_id)
$rs = $db->Execute($sql);
if (empty($rs))
{
xhtml_head(T_("Call History List"),true,$css,$js_head);
print "<div class='alert alert-warning col-sm-6'><p>" . T_("No calls ever made") . "</p></div>";
}
else