Skip to content

Commit

Permalink
Fixed issue #4899: Iterate survey icon not showing up - patch kindly …
Browse files Browse the repository at this point in the history
…provided by jacopo

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9722 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 26, 2011
1 parent faa679b commit 3a80707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html_functions.php
Expand Up @@ -139,7 +139,7 @@ function browsemenubar($title='')
if (bHasSurveyPermission($surveyid,'responses','delete') && $thissurvey['anonymized'] == 'N' && $thissurvey['tokenanswerspersistence'] == 'Y')
{
$browsemenubar .= "<a href='$scriptname?action=iteratesurvey&amp;sid=$surveyid' title=\"".$clang->gTview("Iterate survey")."\" >"
."<img src='$imagefiles/iterate.png' title='' alt='".$clang->gT("Iterate survey")."' /></a>\n";
."<img src='$imageurl/iterate.png' title='' alt='".$clang->gT("Iterate survey")."' /></a>\n";
}
$browsemenubar .= "</div>\n"
. "\t</div>\n"
Expand Down

0 comments on commit 3a80707

Please sign in to comment.