diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-10-26 23:09:30 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-10-26 23:09:30 +0200 |
commit | b278f2de1a99c9fe50c661080a2a1ed25358d76d (patch) | |
tree | a3d13dc91611db5cadce19f143e02e52d31f6999 | |
parent | bf9671d4d820409ca1a017959bbb1a2089844796 (diff) | |
download | rpg-b278f2de1a99c9fe50c661080a2a1ed25358d76d.tar.gz rpg-b278f2de1a99c9fe50c661080a2a1ed25358d76d.tar.bz2 |
adds a second class to action buttons
darcs-hash:20071026210930-7ad00-e8048c01f924eeaf060effee155fc5d36b997804.gz
-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); |