version 1.14, 2011/03/03 00:06:38
|
version 1.15, 2013/07/15 14:32:45
|
Line 579 sub build_instcode_selectors {
|
Line 579 sub build_instcode_selectors {
|
@longitems = @items; |
@longitems = @items; |
} |
} |
$output .= '<td align="center">'.$codetitles->[$k].'<br />'."\n". |
$output .= '<td align="center">'.$codetitles->[$k].'<br />'."\n". |
'<select name="'.$standardnames[$k].'" onChange="courseSet(this)"'. |
'<select name="'.$standardnames[$k].'" onchange="courseSet(this)"'. |
'>'."\n".'<option value="0">'.&mt('All').'</option>'."\n"; |
'>'."\n".'<option value="0">'.&mt('All').'</option>'."\n"; |
for (my $i=0; $i<@items; $i++) { |
for (my $i=0; $i<@items; $i++) { |
if ($longitems[$i] eq '') { |
if ($longitems[$i] eq '') { |