version 1.100, 2012/08/17 22:51:59
|
version 1.101, 2012/10/08 11:04:46
|
Line 810 sub start_backgroundplot {
|
Line 810 sub start_backgroundplot {
|
&Apache::edit::text_arg('Label on Plot:','label', |
&Apache::edit::text_arg('Label on Plot:','label', |
$token,'8'). |
$token,'8'). |
&Apache::edit::text_arg('Color (hex code):','color', |
&Apache::edit::text_arg('Color (hex code):','color', |
$token,'8'). |
$token,'8', 'colorchooser'). |
&Apache::edit::select_arg('Fixed location:','fixed', |
&Apache::edit::select_arg('Fixed location:','fixed', |
['yes','no'],$token). |
['yes','no'],$token). |
&Apache::edit::end_row(); |
&Apache::edit::end_row(); |