diff options
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 3c7f8e2b1..c6c007553 100644 --- a/inc/html.php +++ b/inc/html.php @@ -163,7 +163,7 @@ function html_btn($name,$id,$akey,$params,$method='get',$tooltip=''){ $params['id'] = $id; } - $ret .= '<form class="button" method="'.$method.'" action="'.$script.'"><div class="no">'; + $ret .= '<form class="button btn_'.$name.'" method="'.$method.'" action="'.$script.'"><div class="no">'; if(is_array($params)){ reset($params); |