Skip to content

Commit

Permalink
Dev: Add missing well class, and add table-striped instead to get str…
Browse files Browse the repository at this point in the history
…ipe effect
  • Loading branch information
olleharstedt committed Mar 14, 2016
1 parent 770ff9d commit f54ee7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -876,7 +876,7 @@ function alternation($alternate = '' , $type = 'col')
if($type == 'row')
{
$odd = 'array2 well'; // should be row_odd
$even = 'array1'; // should be row_even
$even = 'array1 well'; // should be row_even
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Expand Up @@ -4733,7 +4733,7 @@ function do_array($ia)
$answer_start = '<!-- Array Question, no dropdown -->';
$answer_start .= '<div class="no-more-tables">';
//$answer_start .= "\n<table class=\"table-in-qanda-5 question subquestions-list questions-list {$extraclass}\" summary=\"{$caption}\">\n";
$answer_start .= "\n<table class=\"table-in-qanda-5 question subquestions-list questions-list {$extraclass}\">\n";
$answer_start .= "\n<table class=\"table-in-qanda-5 question subquestions-list questions-list table-striped {$extraclass}\">\n";
$answer_head_line= "\t<td>&nbsp;</td>\n";
foreach ($labelans as $ld)
{
Expand Down

0 comments on commit f54ee7e

Please sign in to comment.