openrat-cms

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

commit 790f9cb937b30feda4b7afaa9ab3667c71e712bd
parent 8c905b24861a18453fdcdfe338ff26690e59d641
Author: dankert <devnull@localhost>
Date:   Tue,  7 Sep 2004 23:06:27 +0200

"Aktualisieren" entfernt

Diffstat:
themes/default/pages/html/tree/menu.tpl.php | 56+++++++++++++++++++++++++++++---------------------------
1 file changed, 29 insertions(+), 27 deletions(-)

diff --git a/themes/default/pages/html/tree/menu.tpl.php b/themes/default/pages/html/tree/menu.tpl.php @@ -1,28 +1,30 @@ -<?php include($tpl_dir.'header.tpl.'.$conf_php) ?> - -<!-- $Id$ --> - -<table cellpadding="5" cellspacing="0" width="100%" height="100%"> -<tr> - <td class="menu"> - - <form style="margin:0px;" action="<?php echo $self ?>" method="get" target="cms_tree"> - <table> - <tr> - <td> - <input type="hidden" name="action" value="tree"> - <input type="hidden" name="subaction" value="reload"> - <?php echo Html::selectBox( 'projectid',$projects,$act_projectid,array('onchange'=>'submit();') ) ?></td><td><noscript>&nbsp;<input type="submit" class="submit" value="&raquo;"></noscript> - </td> - </tr> - </table> - </form> - </td> - </tr> - <tr> - <td class="submenu" height="20"><a accesskey="r" href="<?php echo $reload_url ?>" target="cms_tree"><?php echo lang('REFRESH') ?></a> | <a href="<?php echo $openall_url ?>" target="cms_tree">++</a></td> - </tr> -</table> - - +<?php include($tpl_dir.'header.tpl.'.$conf_php) ?> + +<!-- $Id$ --> + +<table cellpadding="5" cellspacing="0" width="100%" height="100%"> +<tr> + <td class="menu"> + + <form style="margin:0px;" action="<?php echo $self ?>" method="get" target="cms_tree"> + <table> + <tr> + <td> + <input type="hidden" name="action" value="tree"> + <input type="hidden" name="subaction" value="reload"> + <?php echo Html::selectBox( 'projectid',$projects,$act_projectid,array('onchange'=>'submit();') ) ?></td><td><noscript>&nbsp;<input type="submit" class="submit" value="&raquo;"></noscript> + </td> + </tr> + </table> + </form> + </td> + </tr> + <tr> + <td class="submenu" height="20">&nbsp;<!-- + <a accesskey="r" href="<?php echo $reload_url ?>" target="cms_tree"><?php echo lang('REFRESH') ?></a> | <a href="<?php echo $openall_url ?>" target="cms_tree">++</a>--> + </td> + </tr> +</table> + + <?php include($tpl_dir.'footer.tpl.'.$conf_php) ?> \ No newline at end of file