version 1.52, 2011/01/26 20:20:50
|
version 1.53, 2011/01/28 16:06:49
|
Line 536 sub start_functionplotrule {
|
Line 536 sub start_functionplotrule {
|
$token,'8'). |
$token,'8'). |
&Apache::edit::end_row(); |
&Apache::edit::end_row(); |
} elsif ($target eq 'modified') { |
} elsif ($target eq 'modified') { |
|
if (($env{'form.'.&Apache::edit::html_element_name('xinitial')} ne '') & ($env{'form.'.&Apache::edit::html_element_name('xinitiallabel')} eq 'start')) { |
|
$env{'form.'.&Apache::edit::html_element_name('xinitiallabel')}=''; |
|
} |
|
if (($env{'form.'.&Apache::edit::html_element_name('xfinal')} ne '') & ($env{'form.'.&Apache::edit::html_element_name('xfinallabel')} eq 'end')) { |
|
$env{'form.'.&Apache::edit::html_element_name('xfinallabel')}=''; |
|
} |
my $constructtag=&Apache::edit::get_new_args($token,$parstack, |
my $constructtag=&Apache::edit::get_new_args($token,$parstack, |
$safeeval,'index','derivativeorder', |
$safeeval,'index','derivativeorder', |
'xinitial','xinitiallabel','xfinal','xfinallabel', |
'xinitial','xinitiallabel','xfinal','xfinallabel', |