version 1.72, 2004/02/20 16:24:20
|
version 1.73, 2004/02/20 16:38:49
|
Line 1299 sub CreateInterface {
|
Line 1299 sub CreateInterface {
|
## Build the menu |
## Build the menu |
my $Str = ''; |
my $Str = ''; |
$Str .= &Apache::lonhtmlcommon::breadcrumbs |
$Str .= &Apache::lonhtmlcommon::breadcrumbs |
(undef,'Detailed Problem Analysis'); |
(undef,&mt('Detailed Problem Analysis')); |
$Str .= '<table cellspacing="5">'."\n"; |
$Str .= '<table cellspacing="5">'."\n"; |
$Str .= '<tr>'; |
$Str .= '<tr>'; |
$Str .= '<td align="center"><b>'.&mt('Sections').'</b></td>'; |
$Str .= '<td align="center"><b>'.&mt('Sections').'</b></td>'; |