From 851e1d2332c05aac376446571b04940254b0875b Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 13 Feb 2015 11:03:50 +0300 Subject: [PATCH] Call history update to use internal libraries --- admin/callhistory.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/admin/callhistory.php b/admin/callhistory.php index b7695190..27ab37e0 100644 --- a/admin/callhistory.php +++ b/admin/callhistory.php @@ -50,20 +50,19 @@ include ("../functions/functions.xhtml.php"); include("../functions/functions.operator.php"); $css = array( -//"../css/bootstrap-default.css", -"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css", -"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css", -"http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css", -"../include/bs-data-table/css/jquery.bdt.css", "../css/custom.css", +"../include/bootstrap-3.3.2/css/bootstrap.min.css", +"../include/bootstrap-3.3.2/css/bootstrap-theme.min.css", +"../include/font-awesome-4.3.0/css/font-awesome.css", +"../include/bs-data-table/css/jquery.bdt.css", //"../css/bootstrap-switch.min.css", //"../css/table.css", "../css/custom.css" ); $js_head = array( //"../js/modernizr.js", -"//code.jquery.com/jquery-2.1.3.min.js", +"../js/jquery-2.1.3.min.js", //"//code.jquery.com/jquery-migrate-1.2.1.min.js", -"//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js", +"../include/bootstrap-3.3.2/js/bootstrap.min.js", //"../js/bootstrap-switch.min.js" ); $js_foot = array( @@ -142,7 +141,7 @@ if ($operator_id) } else { - //xhtml_head(T_("Call History List"),true,$css,$js_head); + print "
" . T_("No operator") . "
"; }