Revision 01acfc89
Added by Phil Davis over 9 years ago
src/usr/local/www/status_rrd_graph.php | ||
---|---|---|
572 | 572 |
))->setHelp('Period'); |
573 | 573 |
|
574 | 574 |
if ($curcat == 'custom') { |
575 |
$group->setHelp('Any changes to these option may not take affect until the next auto-refresh.'); |
|
575 |
$group->setHelp('Any changes to these options may not take affect until the next auto-refresh.');
|
|
576 | 576 |
} |
577 | 577 |
|
578 | 578 |
$section->add($group); |
... | ... | |
607 | 607 |
))->setHelp('End'); |
608 | 608 |
|
609 | 609 |
if ($curcat != 'custom') { |
610 |
$group->setHelp('Any changes to these option may not take affect until the next auto-refresh'); |
|
610 |
$group->setHelp('Any changes to these options may not take affect until the next auto-refresh');
|
|
611 | 611 |
} |
612 | 612 |
|
613 | 613 |
$section->add($group); |
Also available in: Unified diff
RRD Graph custom options help text
Minor grammar only!