version 1.141, 2010/01/13 18:23:01
|
version 1.142, 2010/01/14 17:20:44
|
Line 2229 sub display_blocker_status {
|
Line 2229 sub display_blocker_status {
|
<th>$ltext->{'setb'}</th> |
<th>$ltext->{'setb'}</th> |
<th>$ltext->{'even'}</th> |
<th>$ltext->{'even'}</th> |
<th>$ltext->{'blck'}</th> |
<th>$ltext->{'blck'}</th> |
<th>$ltext->{'actn'}?</th> |
<th>$ltext->{'actn'}</th> |
</tr> |
</tr> |
END |
END |
foreach my $record (sort(keys(%{$records}))) { |
foreach my $record (sort(keys(%{$records}))) { |
Line 2263 END
|
Line 2263 END
|
} |
} |
$r->print(<<"END"); |
$r->print(<<"END"); |
</td> |
</td> |
<td><label>$lt{'modi'}? <input type="checkbox" name="modify_$parmcount" /></label><br /><label>$lt{'canc'}? <input type="checkbox" name="cancel_$parmcount" /></label> |
<td><span class="LC_nobreak"><label> |
|
<input type="checkbox" name="modify_$parmcount" />$lt{'modi'} |
|
</label><br /> |
|
<label> |
|
<input type="checkbox" name="cancel_$parmcount" />$lt{'canc'} |
|
</label></span> |
END |
END |
$r->print(&Apache::loncommon::end_data_table_row()); |
$r->print(&Apache::loncommon::end_data_table_row()); |
$parmcount++; |
$parmcount++; |
Line 2300 END
|
Line 2305 END
|
<th>$ltext->{'dura'}</th> |
<th>$ltext->{'dura'}</th> |
<th>$ltext->{'even'} $lt{'exam'}</th> |
<th>$ltext->{'even'} $lt{'exam'}</th> |
<th>$ltext->{'blck'}</th> |
<th>$ltext->{'blck'}</th> |
<th>$ltext->{'actn'}?</th> |
<th>$ltext->{'actn'}</th> |
</tr> |
</tr> |
END |
END |
$r->print(&Apache::loncommon::start_data_table_row()); |
$r->print(&Apache::loncommon::start_data_table_row()); |
Line 2314 END
|
Line 2319 END
|
} |
} |
$r->print(<<"END"); |
$r->print(<<"END"); |
</td> |
</td> |
<td><label>$lt{'addb'}? <input type="checkbox" name="add_$parmcount" value="1" /></label></td> |
<td><label> |
|
<input type="checkbox" name="add_$parmcount" value="1" />$lt{'addb'} |
|
</label></td> |
END |
END |
$r->print(&Apache::loncommon::end_data_table_row()); |
$r->print(&Apache::loncommon::end_data_table_row()); |
$r->print(&Apache::loncommon::end_data_table()); |
$r->print(&Apache::loncommon::end_data_table()); |