> From: Dave Hall [EMAIL PROTECTED]
> Sent: 2008-05-20 13:32:38 CEST
> To: [email protected]
> Subject: Re: [phpGroupWare-developers] Re: categories
> 
> On Tue, 2008-05-20 at 04:21 -0700, Sigurd Nes wrote:
> > 
> > sigurdne wrote on Wed, 14 May 2008 15:36
> > > Hi all
> > > 
> > > Is it necessary to mark categories with 'Global' <appname> ?
> > > 
> > > if ($cat['owner'] == '-1')
> > > {
> > >   $name .= ' [' . lang('Global') . ' ' . lang($this->app_name) . ']';
> > > }
> > > 
> > > I propose to remove it - or have a flag to avoid it.
> > 
> > 
> > If there is no objections - I will remove it in trunk
> 
> Why do you think it is a good idea to remove it?
> 
It seems like unnecessary information to me.
I would rather mark the user-defined categories if its absolutely required to 
distinguish the types.
I don't see why is app_name  needed - unless one absolutely have to show that 
one is using categories belonging to other apps (or locations)

Regards

Sigurd
_______________________________________________
phpGroupWare-developers mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers

Reply via email to