From 49ef265853c73036567e0251ccebd492d5203a78 Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 12 Oct 2002 22:33:24 +0000 Subject: [PATCH] update --- phpgwapi/inc/class.categories.inc.php | 4 ++-- phpgwapi/templates/default/cat_filter.xsl | 4 ++-- phpgwapi/templates/default/cat_select.xsl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/phpgwapi/inc/class.categories.inc.php b/phpgwapi/inc/class.categories.inc.php index dd9da6542a..3e5e2a23ef 100644 --- a/phpgwapi/inc/class.categories.inc.php +++ b/phpgwapi/inc/class.categories.inc.php @@ -389,7 +389,7 @@ $s .= '>'; for ($j=0;$j<$cats[$i]['level'];$j++) { - $s .= '-'; + $s .= ' . '; } $s .= $GLOBALS['phpgw']->strip_html($cats[$i]['name']); if ($cats[$i]['app_name'] == 'phpgw') @@ -481,7 +481,7 @@ $name = ''; for ($i=0;$i<$cat['level'];$i++) { - $name .= '-'; + $name .= ' . '; } $name .= $GLOBALS['phpgw']->strip_html($cat['name']); diff --git a/phpgwapi/templates/default/cat_filter.xsl b/phpgwapi/templates/default/cat_filter.xsl index 286aa86f4e..9bbc5876e5 100644 --- a/phpgwapi/templates/default/cat_filter.xsl +++ b/phpgwapi/templates/default/cat_filter.xsl @@ -24,10 +24,10 @@ - + - + diff --git a/phpgwapi/templates/default/cat_select.xsl b/phpgwapi/templates/default/cat_select.xsl index a37dc9e97d..951974b80d 100644 --- a/phpgwapi/templates/default/cat_select.xsl +++ b/phpgwapi/templates/default/cat_select.xsl @@ -9,10 +9,10 @@ - + - +