version 1.45, 2004/06/09 01:20:07
|
version 1.47, 2004/07/21 19:51:30
|
Line 940 sub handler {
|
Line 940 sub handler {
|
push (@Options,({ action => 'changediscussions', |
push (@Options,({ action => 'changediscussions', |
linktext => 'Change Discussion Display Preferences', |
linktext => 'Change Discussion Display Preferences', |
href => '/adm/preferences', |
href => '/adm/preferences', |
|
help => 'Change_Discussion_Display', |
breadcrumb => |
breadcrumb => |
{ href => '/adm/preferences?action=changediscussions', |
{ href => '/adm/preferences?action=changediscussions', |
text => 'Change Discussion Preferences'}, |
text => 'Change Discussion Preferences'}, |
Line 1003 ENDHEADER
|
Line 1004 ENDHEADER
|
$optiontext .= |
$optiontext .= |
'<a href="'.$option->{'href'}. |
'<a href="'.$option->{'href'}. |
'?action='.$option->{'action'}.'">'. |
'?action='.$option->{'action'}.'">'. |
$option->{'linktext'}.'</a>'; |
&mt($option->{'linktext'}).'</a>'; |
} |
} |
if (exists($option->{'text'})) { |
if (exists($option->{'text'})) { |
$optiontext .= ' '.$option->{'text'}; |
$optiontext .= ' '.&mt($option->{'text'}); |
} |
} |
if ($optiontext ne '') { |
if ($optiontext ne '') { |
$optiontext = '<font size="+1">'.$optiontext.'</font>'; |
$optiontext = '<font size="+1">'.$optiontext.'</font>'; |