Skip to content

Commit

Permalink
dev: removed initial display=none because it breaks at least ie6 to n…
Browse files Browse the repository at this point in the history
…ever show anything in the advanced toolbar. Fix tested on chrome and firefox

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8672 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
mennodekker committed May 3, 2010
1 parent 98f173d commit 451609b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html.php
Expand Up @@ -571,7 +571,7 @@
. "<img id='surveyhandleright' class='btnsurveybar' alt=\"".$clang->gT("Standard survey options")."\"src='$imagefiles/handle-right.png' />\n"
. "<img id='surveyhandleleft' class='btnsurveybar' alt=\"".$clang->gT("Advanced survey options")."\"src='$imagefiles/handle-left.png' />\n"
."</div>"
. "<div class='menubar-left' id='advancedsurveybar' style='display:none'>\n";
. "<div class='menubar-left' id='advancedsurveybar'>\n";
if ($activated == "N" )
{
$surveysummary .= "<img src='$imagefiles/inactive.png' "
Expand Down

0 comments on commit 451609b

Please sign in to comment.