openrat-cms

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

commit 5a4b8c2240738b62504978fefac6257669357a06
parent 09a3eccb044e8776d33fdb4d697ca06c19c7533d
Author: dankert <devnull@localhost>
Date:   Thu, 16 Dec 2004 00:12:51 +0100

Parameter projectid korrigiert

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( 'id',$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;')+$attrDisabled ) ?></td><td><noscript>&nbsp;<input type="submit" class="submit" value="&raquo;"></noscript> </td> </tr> </table>