From af6cc72f6355f3e274eca22e9bd6fbf720337993 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Tue, 12 Oct 2010 09:55:24 +0000 Subject: [PATCH] Dev Small fixes git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9220 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/html.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/admin/html.php b/admin/html.php index f0987a0b6da..c2b38eb84c6 100644 --- a/admin/html.php +++ b/admin/html.php @@ -462,15 +462,15 @@ { $surveysummary .= "gTview("Printable and scanable Version of Survey")."\" >" - . "".$clang->gT("Printable and scanable Version of Survey").""; + . " title=\"".$clang->gTview("Printable and scannable Version of Survey")."\" >" + . "".$clang->gT("Printable and scannable Version of Survey").""; } else { $surveysummary .= "gTview("Printable and scanable Version of Survey")."\" >" - . "".$clang->gT("Printable and scanable Version of Survey")."\n"; + . " title=\"".$clang->gTview("Printable and scannable Version of Survey")."\" >" + . "".$clang->gT("Printable and scannable Version of Survey")."\n"; $tmp_survlangs = GetAdditionalLanguagesFromSurveyID($surveyid); $baselang = GetBaseLanguageFromSurveyID($surveyid); @@ -3723,4 +3723,3 @@ function showadminmenu() } return $adminmenu; } -*/ \ No newline at end of file