Skip to content

Commit

Permalink
Dev Small fixes
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9220 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 12, 2010
1 parent 22f492e commit af6cc72
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions admin/html.php
Expand Up @@ -462,15 +462,15 @@
{

$surveysummary .= "<a href=\"#\" onclick=\"window.open('$scriptname?action=showquexmlsurvey&amp;sid=$surveyid', '_top')\""
. " title=\"".$clang->gTview("Printable and scanable Version of Survey")."\" >"
. "<img src='$imagefiles/scanner-3.png' name='ShowPrintableScanableSurvey' alt='".$clang->gT("Printable and scanable Version of Survey")."' />";
. " title=\"".$clang->gTview("Printable and scannable Version of Survey")."\" >"
. "<img src='$imagefiles/scanner-3.png' name='ShowPrintablescannableSurvey' alt='".$clang->gT("Printable and scannable Version of Survey")."' />";

} else {

$surveysummary .= "<a href=\"#\" onclick=\"document.getElementById('printpopupquexml').style.visibility='visible'; "
. "document.getElementById('langpopup2').style.visibility='hidden';\""
. " title=\"".$clang->gTview("Printable and scanable Version of Survey")."\" >"
. "<img src='$imagefiles/scanner-3.png' name='ShowPrintableScanableSurvey' alt='".$clang->gT("Printable and scanable Version of Survey")."' />\n";
. " title=\"".$clang->gTview("Printable and scannable Version of Survey")."\" >"
. "<img src='$imagefiles/scanner-3.png' name='ShowPrintablescannableSurvey' alt='".$clang->gT("Printable and scannable Version of Survey")."' />\n";

$tmp_survlangs = GetAdditionalLanguagesFromSurveyID($surveyid);
$baselang = GetBaseLanguageFromSurveyID($surveyid);
Expand Down Expand Up @@ -3723,4 +3723,3 @@ function showadminmenu()
}
return $adminmenu;
}
*/

0 comments on commit af6cc72

Please sign in to comment.