phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] PHPGW_ACL_ADD and ToDo Categories


From: Eric Parusel
Subject: Re: [Phpgroupware-developers] PHPGW_ACL_ADD and ToDo Categories
Date: Wed, 30 Jan 2002 13:34:06 -0800

> > > > Sure, where?  HEAD?   the 0.9.14 tree?  Both?
> > > >
> > > it got only lost in 0.9.14, so i added it there.
> >
> > Ok, I've got the update.... thanks
> >
> > >
> > > > And what exactly did you add in again, support for PHPGW_ACL_ADD in
> > ToDo?
> > > >
> > >
> > > acl_preferences -> acl_add
> >
> > I just noticed that when you got to Preferences -> ToDo -> Grant Access,
5
> > columns are shown, but there's still only 3 column headers
> > (READ/EDIT/DELETE)....
> >
> updated this one now also :)

*Almost* there...    from what I can tell, it should be lang_edit instead of
edit_lang?


--- preference_colspan.tpl   Wed Jan 30 13:26:02 2002
+++ preference_colspan.tpl      Wed Jan 30 13:31:23 2002
@@ -1,9 +1,9 @@
 <!-- $Id: preference_colspan.tpl,v 1.3.2.2 2002/01/30 21:17:19 ceb Exp
$ -->
 <tr bgcolor="{bg_color}">
        <td>{string}</td>
-       <td align="center">{read_lang}</td>
-       <td align="center">{add_lang}</td>
-       <td align="center">{edit_lang}</td>
-       <td align="center">{delete_lang}</td>
-       <td align="center">{private_lang}</td>
+       <td align="center">{lang_read}</td>
+       <td align="center">{lang_add}</td>
+       <td align="center">{lang_edit}</td>
+       <td align="center">{lang_delete}</td>
+       <td align="center">{lang_private}</td>
 </tr>



Thanks for the help by the way! :)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]