Skip to content

Commit

Permalink
Fixed issue #11081: Select box in condition manager too low
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 4, 2016
1 parent 5a2e0bb commit 13161d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/conditionsaction.php
Expand Up @@ -1747,7 +1747,7 @@ function index($subaction, $iSurveyID=null, $gid=null, $qid=null)
."</div>\n";

// Source token Tab
$aViewUrls['output'] .= "<div id='SRCTOKENATTRS' class='tab-pane fade in'><select class='form-control' name='csrctoken' id='csrctoken' size='".($qcount+1)."' >\n";
$aViewUrls['output'] .= "<div id='SRCTOKENATTRS' class='tab-pane fade in'><select class='form-control' name='csrctoken' id='csrctoken' >\n";
foreach (getTokenFieldsAndNames($iSurveyID) as $tokenattr => $tokenattrName)
{
// Check to select
Expand Down

0 comments on commit 13161d2

Please sign in to comment.