diff --git a/admin/availability.php b/admin/availability.php index cf118b13..892d438a 100644 --- a/admin/availability.php +++ b/admin/availability.php @@ -46,7 +46,7 @@ include ("../functions/functions.xhtml.php"); $css = array( "../include/bootstrap/css/bootstrap.min.css", -//"../include/bootstrap-3.3.2/css/bootstrap-theme.min.css", +//"../include/bootstrap/css/bootstrap-theme.min.css", "../include/clockpicker/dist/bootstrap-clockpicker.min.css", "../css/custom.css" ); diff --git a/admin/callrestrict.php b/admin/callrestrict.php index 459f6513..a078dbba 100644 --- a/admin/callrestrict.php +++ b/admin/callrestrict.php @@ -46,7 +46,7 @@ include ("../functions/functions.xhtml.php"); $css = array( "../include/bootstrap/css/bootstrap.min.css", -//"../include/bootstrap-3.3.2/css/bootstrap-theme.min.css", +//"../include/bootstrap/css/bootstrap-theme.min.css", //"../include/font-awesome/css/font-awesome.css", "../include/clockpicker/dist/bootstrap-clockpicker.min.css", "../css/custom.css" diff --git a/admin/new.php b/admin/new.php index 91f79fca..f9ae671f 100644 --- a/admin/new.php +++ b/admin/new.php @@ -144,8 +144,16 @@ $_POST['import_file'] = false; - + ',sl.surveyls_title) AS title + FROM " . LIME_PREFIX . "surveys AS s + LEFT JOIN " . LIME_PREFIX . "surveys_languagesettings AS sl ON ( s.sid = sl.surveyls_survey_id) + WHERE s.active = 'Y' + GROUP BY s.sid"; +$surveys = $db->GetAll($sql); + +if (!empty($surveys)){?>