openrat-cms

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

commit 77e1d67693be7f7a4d08dba276590fe771b961ac
parent 879db274f96964105180988c34ad7660a4cffa3d
Author: dankert <devnull@localhost>
Date:   Mon, 14 May 2007 23:21:29 +0200

?berfl?ssige Spalte mit Fenstersymbolen entfernt.

Diffstat:
themes/default/include/html/window.inc.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -32,13 +32,13 @@ } echo '<span class="title">'.lang($windowTitle).'</span>'; ?> - </td><td class="menu" style="align:right;"> + </td><!--<td class="menu" style="align:right;"> <?php if (isset($windowIcons)) foreach( $windowIcons as $icon ) { ?><a href="<?php echo $icon['url'] ?>" title="<?php echo 'ICON_'.lang($menu['type'].'_DESC') ?>"><image border="0" src="<?php echo $image_dir.$icon['type'].IMG_ICON_EXT ?>"></a>&nbsp;<?php } ?> - </td> + </td>--> </tr> <tr><td class="subaction"> @@ -76,6 +76,7 @@ <?php foreach( $notices as $notice ) { ?> + <tr> <td><img src="<?php echo $image_dir.'notice_'.$notice['status'].IMG_ICON_EXT ?>" style="padding:10px" /></td> <td class="f1"><?php if ($notice['name']!='') { ?><img src="<?php echo $image_dir.'icon_'.$notice['type'].IMG_ICON_EXT ?>" align="left" /><?php echo $notice['name'] ?>: <?php } ?><?php if ($notice['status']=='error') { ?><strong><?php } ?><?php echo $notice['text'] ?><?php if ($notice['status']=='error') { ?></strong><?php } ?></td> </tr>