[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lon-capa-cvs
Subject:    [LON-CAPA-cvs] cvs: loncom /interface lonnotify.pm
From:       raeburn <lon-capa-cvs () mail ! lon-capa ! org>
Date:       2006-07-29 0:48:22
Message-ID: cvsraeburn1154134102 () cvsserver
[Download RAW message or body]

raeburn		Fri Jul 28 20:48:22 2006 EDT

  Modified files:              
    /loncom/interface	lonnotify.pm 
  Log:
  Removing superfluous column from table of potential recipients.
  
  
Index: loncom/interface/lonnotify.pm
diff -u loncom/interface/lonnotify.pm:1.22 loncom/interface/lonnotify.pm:1.23
--- loncom/interface/lonnotify.pm:1.22	Tue Jul 11 11:37:59 2006
+++ loncom/interface/lonnotify.pm	Fri Jul 28 20:48:21 2006
@@ -607,14 +607,14 @@
 	$output .= &Apache::loncommon::start_data_table();
         if (keys(%recipients) > 0) {
 	    $output .= &Apache::loncommon::start_data_table_header_row();
-            $output .= \
'<th>&nbsp;<th>username:domain</th><th>&nbsp;&nbsp;</th><th>'.$lt{'emad'}.'</th>'; +  \
$output .= '<th>&nbsp;<th>username:domain</th><th>'.$lt{'emad'}.'</th>';  $output .= \
&Apache::loncommon::end_data_table_header_row();  }
         foreach my $username (sort(keys(%recipients))) {
 	    $output .= &Apache::loncommon::start_data_table_row();
             if ($recipients{$username} =~ /\@/) {
                 my $value=&escape($username).':'.&escape($recipients{$username});
-                $output .= '<td><input type="checkbox" name="recipient" \
value="'.$value.'" /></td><td>'.$username.'</td><td>&nbsp;&nbsp;</td><td>'.$recipients{$username}.'</td>';
 +                $output .= '<td><input type="checkbox" name="recipient" \
value="'.$value.'" /></td><td>'.$username.'</td><td>'.$recipients{$username}.'</td>'; \
}  $output .= &Apache::loncommon::end_data_table_row();
         }


_______________________________________________
LON-CAPA-cvs mailing list
LON-CAPA-cvs@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic