Diff for /loncom/interface/portfolio.pm between versions 1.219 and 1.220

version 1.219, 2010/02/02 01:51:49 version 1.220, 2010/02/19 10:20:31
Line 1778  function getIndexByName(item) { Line 1778  function getIndexByName(item) {
   
 </script>  </script>
 END_SCRIPT  END_SCRIPT
     $r->print(&mt('Select roles, course status, section(s) and group(s) for users who will be able to access the portfolio file.'));      $r->print(
     $r->print('<form name="rolepicker" action="/adm/portfolio" method="post"><table><tr><th>'.&mt('Roles').'</th><th>'.&mt('[_1] status',$type).'</th><th>'.&mt('Sections').'</th><th>'.&mt('Groups').'</th></tr><tr>'.$role_selects.'</tr></table><br /><input type="button" name="rolepickbutton" value="Save selections" onclick="setRoles()" />');          '<p>'
          .&mt('Select roles, '.lc($type).' status, section(s) and group(s) for users'
              .' who will be able to access the portfolio file.')
          .'</p>'
       );
       $r->print(
           '<form name="rolepicker" action="/adm/portfolio" method="post">'
          .'<table><tr>'
          .'<th>'.&mt('Roles').'</th>'
          .'<th>'.&mt("$type status").'</th>'
          .'<th>'.&mt('Sections').'</th>'
          .'<th>'.&mt('Groups').'</th>'
          .'</tr><tr>'.$role_selects.'</tr>'
          .'</table><br />'
          .'<input type="button" name="rolepickbutton" value="'.&mt('Save').'" onclick="setRoles()" />'
       );
     return;      return;
 }  }
   

Removed from v.1.219  
changed lines
  Added in v.1.220


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