diff --git a/admin/callrestrict.php b/admin/callrestrict.php index c06c0e46..21996bfd 100644 --- a/admin/callrestrict.php +++ b/admin/callrestrict.php @@ -47,6 +47,7 @@ include ("../functions/functions.xhtml.php"); $css = array( "../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/clockpicker/dist/bootstrap-clockpicker.min.css", "../css/custom.css" ); diff --git a/appointmentlist.php b/appointmentlist.php index 7fd10c97..4e5b04d8 100644 --- a/appointmentlist.php +++ b/appointmentlist.php @@ -53,7 +53,7 @@ $js = false; if (AUTO_LOGOUT_MINUTES !== false) $js = array("include/jquery-ui/js/jquery-1.4.2.min.js","js/childnap.js"); -xhtml_head(T_("Appointment List"),true,array("css/table.css"),$js,false,60); +xhtml_head(T_("Appointment List"),false,array("css/table.css"),$js,false,60); //List the case appointment // display in respondent time so that the operator will be able to diff --git a/status_interface2.php b/status_interface2.php index 74a9a902..ebcd6a02 100644 --- a/status_interface2.php +++ b/status_interface2.php @@ -67,7 +67,7 @@ if (AUTO_LOGOUT_MINUTES !== false) $js[] = "js/childnap.js"; } -xhtml_head(T_("Status"),false,array("css/status_interface2.css"),$js); +xhtml_head(T_("Status"),false,array("include/bootstrap-3.3.2/css/bootstrap.min.css","css/status_interface2.css"),$js); $ca = get_call_attempt($operator_id,false); if ($ca) @@ -173,7 +173,7 @@ if ($ca) $apdate = $rs['time']; - print "
" . T_("Appointment") . ": " . $apdate . "
"; + print "
" . T_("Appointment") . ": " . $apdate . "
"; //if (missed_appointment($ca)) print "
" . T_("MISSED") . "
"; } @@ -212,13 +212,13 @@ if ($ca) print "
"; foreach($rs as $r) { - print "
"; + print "
"; print ""; print ""; - print "


"; + print "

"; } print "
"; }