diff --git a/admin/dataoutput.php b/admin/dataoutput.php index 2d43c022..84eeb35c 100644 --- a/admin/dataoutput.php +++ b/admin/dataoutput.php @@ -213,7 +213,7 @@ if ($questionnaire_id) $ls = $db->GetRow($sql); $lsid = $ls['lime_sid']; - print " ". T_("Download data for this questionnaire via Limesurvey") . ""; + print " ". T_("Download data for this questionnaire via Limesurvey") . ""; print "

" . T_("Please select a sample") . ": 

"; $sample_import_id = false; @@ -222,7 +222,7 @@ if ($questionnaire_id) if ($sample_import_id) { - print " " . T_("Download data for this sample via Limesurvey") . "
"; + print " " . T_("Download data for this sample via Limesurvey") . ""; //get sample vars $sql = "SELECT sivr.var_id as value, sivr.var as description FROM `sample_import_var_restrict` as sivr diff --git a/admin/index.php b/admin/index.php index c232f6be..38b670df 100644 --- a/admin/index.php +++ b/admin/index.php @@ -119,11 +119,11 @@ include ("../functions/functions.operator.php");
  • diff --git a/admin/new.php b/admin/new.php index fa778177..addb2625 100644 --- a/admin/new.php +++ b/admin/new.php @@ -196,7 +196,7 @@ if (!empty($surveys)){?>
    - +
    @@ -402,9 +402,9 @@ $ckeditorConfig = array("toolbar" => array(array("tokens","-","Source"), else { ?>

    - +

    - +
    diff --git a/admin/questionnairelist.php b/admin/questionnairelist.php index 7b88e8cf..c6e14ffa 100644 --- a/admin/questionnairelist.php +++ b/admin/questionnairelist.php @@ -376,7 +376,7 @@ if (isset($_GET['modify']))

    -  " . T_("Edit instrument in Limesurvey") . " "; ?> +  " . T_("Edit instrument in Limesurvey") . " "; ?>
    @@ -497,7 +497,7 @@ if ($rs['respondent_selection'] == 1 && empty($rs['lime_rs_sid'])) { ?> " . T_("Edit respondent selection instrument in Limesurvey") . ""; } + echo "
    " . T_("Edit respondent selection instrument in Limesurvey") . "
    "; } ?>
    @@ -569,7 +569,7 @@ else CONCAT('  ') END as enabledisable, CONCAT('') as modify, - CONCAT('') as inlime, + CONCAT('') as inlime, CASE WHEN enabled = 0 THEN CONCAT('') ELSE diff --git a/admin/quotareport.php b/admin/quotareport.php index 63b45214..14608681 100644 --- a/admin/quotareport.php +++ b/admin/quotareport.php @@ -266,7 +266,7 @@ if ($questionnaire_id) $completions = $rs['count']; $perc = ROUND(($completions / $r['qlimit']) * 100,2); - $report[] = array("strata" => "" . $r['name'] . "", "quota" => $r['qlimit'], "completions" => $completions, "perc" => $perc); + $report[] = array("strata" => "" . $r['name'] . "", "quota" => $r['qlimit'], "completions" => $completions, "perc" => $perc); } } diff --git a/admin/supervisor.php b/admin/supervisor.php index 063e14b3..0fda9560 100644 --- a/admin/supervisor.php +++ b/admin/supervisor.php @@ -495,7 +495,7 @@ if ($case_id != false) $id = get_lime_id($case_id); print "
    "; if ($id) - print "

     " . T_("Modify responses for this case") . "

    "; + print "

     " . T_("Modify responses for this case") . "

    "; else print ""; print "
    ";