forked from extern/egroupware
Remove up the email on main screen and removed uneeded graphics
This commit is contained in:
parent
ed695b2db3
commit
0fd18d7d62
@ -1,4 +1,15 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - API *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
class baseportalbox {
|
||||
|
||||
@ -96,6 +107,7 @@ class linkbox extends baseportalbox {
|
||||
$p->set_var('title',$this->getvar('title'));
|
||||
$p->set_var('inner_width',$this->getvar('width'));
|
||||
$p->set_var('inner_bgcolor',$this->getvar('innerbgcolor'));
|
||||
$p->set_var('header_background_image',$this->getvar('header_background_image'));
|
||||
$p->parse('output','portal_linkbox_header',True);
|
||||
|
||||
for ($x = 0; $x < count($this->data); $x++) {
|
||||
|
@ -4,7 +4,7 @@
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
|
||||
|
||||
<tr background="{img_root}/bg_filler.gif">
|
||||
<td align="left" valign="bottom"><img src="{img_root}/logo.gif" height="32" width="123"></td>
|
||||
<td align="left" valign="bottom"><a href="http://www.phpgroupware.org" target="_new"><img src="{img_root}/logo.gif" height="32" width="123" border="0"></a></td>
|
||||
<td align="center" valign="bottom" width="100%"><font color="FFFFFF" size="-1">{user_info}</font></td>
|
||||
<td align="right" valign="bottom" rowspan="2"><a href="{home_link}"><img src="{welcome_img}" border="0"></a><a href="{preferences_link}"><img src="{preferences_img}" border="0"></a><a href="{logout_link}"><img src="{logout_img}" border="0"></a><a href="{help_link}"><img src="{img_root}/help.gif" border="0"></a></td>
|
||||
</tr>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
|
||||
<table border="{outer_border}" cellpadding="0" cellspacing="1" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
|
||||
<tr>
|
||||
<td align="center">{title}</td>
|
||||
<td align="center" background="{header_background_image}">{title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}">
|
||||
<table border="0" cellpadding="2" cellspacing="1" width="{inner_width}" bgcolor="{inner_bgcolor}" bordercolor="{outer_bordercolor}">
|
||||
<tr>
|
||||
{output}
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user