mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Previews in Limesurvey should be as an interviewer
This commit is contained in:
@@ -102,7 +102,7 @@ function menuSeparator()
|
||||
}
|
||||
if (count(GetAdditionalLanguagesFromSurveyID($surveyid)) == 0)
|
||||
{
|
||||
$adminmenu .= menuItem($menutext, $menutext2, "do.png", "$publicurl/index.php?sid=$surveyid&newtest=Y&lang=$baselang");
|
||||
$adminmenu .= menuItem($menutext, $menutext2, "do.png", "$publicurl/index.php?sid=$surveyid&interviewer=interviewer&newtest=Y&lang=$baselang");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -123,7 +123,7 @@ function menuSeparator()
|
||||
{
|
||||
$adminmenu .= "<li><a accesskey='d' onclick=\"$('.dosurvey').qtip('hide');"
|
||||
."\" target='_blank' href='{$publicurl}/index.php?sid=$surveyid&"
|
||||
."newtest=Y&lang={$tmp_lang}'>".getLanguageNameFromCode($tmp_lang,false)."</a></li>";
|
||||
."interviewer=interviewer&newtest=Y&lang={$tmp_lang}'>".getLanguageNameFromCode($tmp_lang,false)."</a></li>";
|
||||
}
|
||||
$adminmenu .= "</ul></div>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user