version 1.96, 2008/11/17 17:19:52
|
version 1.97, 2008/11/23 15:48:27
|
Line 1571 $sendmode
|
Line 1571 $sendmode
|
$dispcrit |
$dispcrit |
$disbase |
$disbase |
ENDCOMP |
ENDCOMP |
$r->print(&submit_button_row($folder,$dismode,&mt($func1), |
$r->print(&submit_button_row($folder,$dismode,&mt($func1.' '.$func2{'ma'}), |
\%lt,$hasfloat,$group)); |
\%lt,$hasfloat,$group)); |
$r->print($citation); |
$r->print($citation); |
if (exists($env{'form.ref'})) { |
if (exists($env{'form.ref'})) { |
Line 1688 sub submit_button_row {
|
Line 1688 sub submit_button_row {
|
} |
} |
$output .= qq| |
$output .= qq| |
<table><tr><td align="left"> |
<table><tr><td align="left"> |
<input type="submit" name="send" value="$sendtext" /> |
<input type="submit" name="send" value="Send" title="$sendtext" /> |
<input type="submit" name="cancel" value="$lt->{'ca'}" /> |
<input type="submit" name="cancel" value="$lt->{'ca'}" /> |
</td><td width="60"> </td><td align="right">$prevbutton</td></tr></table> |
</td><td width="60"> </td><td align="right">$prevbutton</td></tr></table> |
|; |
|; |