version 1.68, 2016/02/26 21:44:39
|
version 1.70, 2025/01/28 19:49:20
|
Line 239 sub handler {
|
Line 239 sub handler {
|
$r->print($titletext); |
$r->print($titletext); |
$r->print("<br /><div>"); |
$r->print("<br /><div>"); |
&Apache::lontemplate::print_textarea_template($r, $syllabus{'aaa_title'}, |
&Apache::lontemplate::print_textarea_template($r, $syllabus{'aaa_title'}, |
'aaa_title', Apache::lontemplate->RICH_TEXT_ALWAYS_OFF); |
'aaa_title', $syllabusfields{'aaa_title'}, |
|
Apache::lontemplate->RICH_TEXT_ALWAYS_OFF); |
&Apache::lontemplate::print_saveall_template($r); |
&Apache::lontemplate::print_saveall_template($r); |
$r->print("</div>"); |
$r->print("</div>"); |
&Apache::lontemplate::print_end_template($r); |
&Apache::lontemplate::print_end_template($r); |
Line 323 sub groupboard_breadcrumbs {
|
Line 324 sub groupboard_breadcrumbs {
|
if ($grouppagelink) { |
if ($grouppagelink) { |
push(@{$brcrum}, |
push(@{$brcrum}, |
{href=>$grouppagelink, |
{href=>$grouppagelink, |
text=>"$ucgpterm: $description", |
text=>&mt('Group').": $description", |
title=>"Go to group's home page"}, |
title=>&mt("Go to group's home page"), |
|
no_mt=>1,}, |
); |
); |
} else { |
} else { |
push(@{$brcrum}, |
push(@{$brcrum}, |
{text=>"$ucgpterm: $description",} |
{text=>&mt('Group').": $description", |
|
no_mt=>1,} |
); |
); |
} |
} |
push(@{$brcrum}, |
push(@{$brcrum}, |
Line 337 sub groupboard_breadcrumbs {
|
Line 340 sub groupboard_breadcrumbs {
|
title=>"Display group discussion boards"}, |
title=>"Display group discussion boards"}, |
{href=>"$boardurl", |
{href=>"$boardurl", |
text=>"$boardtitle", |
text=>"$boardtitle", |
title=>"$boardtitle"}, |
title=>"$boardtitle", |
|
no_mt=>1}, |
); |
); |
return $brcrum; |
return $brcrum; |
} |
} |