%# I think the world would be a more peaceful place if people
%# could just keep their fingers out of the fortune files.
%# 		-- Jordan K. Hubbard
<& /Edit/Elements/Button,
    Name => "Op-$Op",
    ImagePath => '/RG/img/',
    Image => "func" . ($Image || $Op),
    Text => loc($Text || $Op),
    Style => 'width: 19; height: 19',
    Disabled => $Disabled,
    BGColor => $BGColor,
&>
<%ARGS>
$Op		=> undef
$Text		=> undef
$Image		=> undef
$BGColor	=> undef
$Value		=> loc($Op)
$Disabled	=> 0
</%ARGS>
