Skip to content

Commit

Permalink
Fixed issue #7184: Clicking one of the 'Questions with conditions to …
Browse files Browse the repository at this point in the history
…this group:' links on the question group page shows an error
  • Loading branch information
c-schmitz committed Jan 14, 2013
1 parent 344e21a commit 24ed587
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -176,7 +176,7 @@
{

$listcid=implode("-",$depcid);?>
<a href='<?php echo $this->createUrl("admin/conditions/sa/markcid/" . implode("-",$depcid) . "/surveyid/$surveyid/gid/$depgid/qid/$depqid"); ?>'>[QID: <?php echo $depqid; ?>]</a>
<a href='<?php echo $this->createUrl("admin/conditions/sa/index/subaction/conditions/surveyid/$surveyid/gid/$depgid/qid/$depqid",array('markcid'=>implode("-",$depcid))); ?>'>[QID: <?php echo $depqid; ?>]</a>
<?php }
} ?>
</td></tr>
Expand Down
4 changes: 4 additions & 0 deletions styles/gringegreen/adminstyle.css
Expand Up @@ -345,6 +345,10 @@ textarea {
font-family: verdana, arial, sans-serif;
}

.markedrow
{
background-color: lightyellow;
}

.subtitle {
font-size: 10px;
Expand Down

0 comments on commit 24ed587

Please sign in to comment.