update to use css files

This commit is contained in:
ceb 2002-10-03 00:23:46 +00:00
parent 08c5e74c66
commit 48c3c62549
5 changed files with 8 additions and 8 deletions

View File

@ -41,12 +41,9 @@
$portalbox = CreateObject('phpgwapi.listbox',
Array(
'title' => $title,
'primary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
'secondary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
'width' => '100%',
'outerborderwidth' => '0',
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/phpgw_website','bg_filler.gif')
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
)
);
$app_id = $GLOBALS['phpgw']->applications->name2id('addressbook');

View File

@ -60,12 +60,9 @@
$portalbox = CreateObject('phpgwapi.listbox',
Array(
'title' => $title,
'primary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
'secondary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
'width' => '100%',
'outerborderwidth' => '0',
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/phpgw_website','bg_filler')
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
)
);

View File

@ -85,6 +85,9 @@ a:hover
.portal
{
background-color: #80BBFF;
border-width: 1px;
border-color: #000000;
border-style: ridge;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

View File

@ -79,6 +79,9 @@ a:hover
.portal
{
background-color: #80BBFF;
border-width: 1px;
border-color: #000000;
border-style: ridge;
}
.bodytext