openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 47d60bfe2d076c28262796fc56a041cbcfdb815c
parent 0e3c6de287650756a1cce160e97afb802a9b839f
Author: dankert <devnull@localhost>
Date:   Sun, 17 Apr 2005 00:27:36 +0200

CSS-Klasse fuer das Auswahlmenue

Diffstat:
themes/default/pages/html/tree/menu.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/tree/menu.tpl.php b/themes/default/pages/html/tree/menu.tpl.php @@ -16,7 +16,7 @@ else $attrDisabled = array(); ?> - <?php echo Html::selectBox( 'projectid',$projects,$act_projectid,array('onchange'=>'submit();','title'=>lang('PROJECT_SELECT_DESC'),'style'=>'margin:0px;padding:0px;')+$attrDisabled ) ?></td><td><noscript>&nbsp;<input type="submit" class="submit" value="&raquo;"></noscript> + <?php echo Html::selectBox( 'projectid',$projects,$act_projectid,array('onchange'=>'submit();','title'=>lang('PROJECT_SELECT_DESC'),'style'=>'margin:0px;padding:0px;','class'=>'treemenu')+$attrDisabled ) ?></td><td><noscript>&nbsp;<input type="submit" class="submit" value="&raquo;"></noscript> </td> </tr> </table>