Skip to content

Commit

Permalink
Fixed reorg links
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11874 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 4, 2012
1 parent b00023a commit 6536978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/core/Survey_Common_Action.php
Expand Up @@ -723,10 +723,10 @@ function _surveysummary($iSurveyId, $action=null, $gid=null)
{
$surveysummary2 .= $clang->gT("Regenerate question codes:")
. " [<a href='#' "
. "onclick=\"if (confirm('" . $clang->gT("Are you sure you want regenerate the question codes?", "js") . "')) { " . Yii::app()->baseUrl . "?action=renumberquestions&amp;sid=$iSurveyId&amp;style=straight" . "}\" "
. "onclick=\"if (confirm('" . $clang->gT("Are you sure you want regenerate the question codes?", "js") . "')) { " .get2post(Yii::app()->baseUrl . "?action=renumberquestions&amp;sid=$iSurveyId&amp;style=straight") . "}\" "
. ">" . $clang->gT("Straight") . "</a>] "
. " [<a href='#' "
. "onclick=\"if (confirm('" . $clang->gT("Are you sure you want regenerate the question codes?", "js") . "')) { " . Yii::app()->baseUrl . "?action=renumberquestions&amp;sid=$iSurveyId&amp;style=bygroup" . "}\" "
. "onclick=\"if (confirm('" . $clang->gT("Are you sure you want regenerate the question codes?", "js") . "')) { " .get2post(Yii::app()->baseUrl . "?action=renumberquestions&amp;sid=$iSurveyId&amp;style=bygroup") . "}\" "
. ">" . $clang->gT("By Group") . "</a>]";
}

Expand Down

0 comments on commit 6536978

Please sign in to comment.