Diff for /loncom/interface/lonpickcourse.pm between versions 1.74 and 1.75

version 1.74, 2008/08/06 10:45:36 version 1.75, 2008/11/24 14:49:42
Line 228  sub display_matched_courses { Line 228  sub display_matched_courses {
                  $menuchk = ' checked="checked" ';                   $menuchk = ' checked="checked" ';
             }              }
             $r->print(              $r->print(
                 &Apache::lonhtmlcommon::start_pick_box().                  '<fieldset>'
                 '<tr class="LC_pick_box_row">'.                 .'<legend>'.&mt('Action').'</legend>'
                 '<td class="LC_pick_box_title" rowspan="2">'.&mt('Action').'</td>'.                 .'<div class="LC_nobreak"><label>'
                 '<td class="LC_evenrow_value">'.                 .'<input type="radio" name="phase" value="ccrole"'.$ccrolechk.'/>'
                 '<span class="LC_nobreak"><label>'.                 .'&nbsp;'.&mt('Enter the course with the role of [_1].',$cctitle)
                 '<input type="radio" name="phase" value="ccrole"'.$ccrolechk.'/>'.                 .'</label></div>'
                 '&nbsp;'.&mt('Enter the course with the role of [_1].',$cctitle).                 .'<div class="LC_nobreak"><label>'
                 '</label>'.('&nbsp;'x3).'</span>'.                 .'<input type="radio" name="phase" value="menu"'.$menuchk.'/>&nbsp;'
                 '</td></tr>'.                 .&mt('View or modify course settings which only a [_1] may modify.',$dctitle)
                 '<tr class="LC_pick_box_row">'.                 .'</label></div>'
                 '<td class="LC_oddrow_value">'.                 .'</fieldset>'
                 '<span class="LC_nobreak"><label>'.                 .'<br />'
                 '<input type="radio" name="phase" value="menu"'.$menuchk.'/>&nbsp;'.              );
                 &mt('View or modify course settings which only a [_1] may modify.',$dctitle).  
                 '</label></span>'.  
                 '</td></tr>'.&Apache::lonhtmlcommon::end_pick_box().  
                 '<br />');  
         }          }
     }      }
     my %by_descrip;      my %by_descrip;

Removed from v.1.74  
changed lines
  Added in v.1.75


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>