Skip to content
Snippets Groups Projects
Commit b278f2de authored by Andreas Gohr's avatar Andreas Gohr
Browse files

adds a second class to action buttons

darcs-hash:20071026210930-7ad00-e8048c01f924eeaf060effee155fc5d36b997804.gz
parent bf9671d4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment