Skip to content

Commit

Permalink
dev: minor fix to carousel
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9393 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
mennodekker committed Nov 2, 2010
1 parent 3f61ba3 commit 47f643d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/html.php
Expand Up @@ -486,7 +486,8 @@

if($activated!="Y" && bHasSurveyPermission($surveyid,'surveycontent','read') && getGroupSum($surveyid,$surveyinfo['language'])>1)
{
$surveysummary .= "<li><img src='$imageurl/seperator.gif' alt='' />\n";
//@TODO Remove separator when carousel stays
$surveysummary .= "<li><!--<img src='$imageurl/seperator.gif' alt='' />-->\n";
$surveysummary .= "<a href=\"#\" onclick=\"window.open('$scriptname?action=ordergroups&amp;sid=$surveyid', '_top')\""
. " title=\"".$clang->gTview("Change question group order")."\" >"
. "<img src='$imageurl/reorder.png' alt='".$clang->gT("Change question group order")."' name='ordergroups' />"
Expand Down

0 comments on commit 47f643d

Please sign in to comment.