Skip to content

Commit

Permalink
Fixed unreported issue: in the conditions-copy screen, the scenario c…
Browse files Browse the repository at this point in the history
…heckbox doesn't select all conditions in the scenario.

Dev: I don't understand why  are added in the getAdminFooter and not in the getAdminHeader function.
Dev: I've rooturl-ed the getAdminHeader regarding the js script elements

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8928 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Jul 12, 2010
1 parent 3a75000 commit 3d72e60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions common.php
Expand Up @@ -4271,9 +4271,10 @@ function getAdminHeader($meta=false)
}
$strAdminHeader.="<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\n";
$strAdminHeader.= "<script type=\"text/javascript\" src=\"scripts/tabpane/js/tabpane.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"../scripts/jquery/jquery.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"../scripts/jquery/jquery-ui.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"../scripts/jquery/jquery.qtip.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"".$rooturl."/scripts/jquery/jquery.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"".$rooturl."/scripts/jquery/jquery-ui.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"".$rooturl."/scripts/jquery/jquery.qtip.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"".$rooturl."/scripts/jquery/jquery.checkgroup.js\"></script>\n"
. "<script type=\"text/javascript\" src=\"scripts/admin_core.js\"></script>\n";

if ($_SESSION['adminlang']!='en')
Expand Down Expand Up @@ -7499,4 +7500,4 @@ function getSubQuestions($sid, $qid) {
if (isset($subquestions[$sid][$qid])) return $subquestions[$sid][$qid];
return array();
}
// Closing PHP tag intentionally left out - yes, it is okay
// Closing PHP tag intentionally left out - yes, it is okay

0 comments on commit 3d72e60

Please sign in to comment.