forked from extern/egroupware
add acl todos
This commit is contained in:
parent
e4113948fc
commit
23fe46873e
@ -16,6 +16,7 @@ TODO:
|
|||||||
2 rows each entry
|
2 rows each entry
|
||||||
don't translate cats in header (eTemplate bug --> Ralf)
|
don't translate cats in header (eTemplate bug --> Ralf)
|
||||||
handle cats and general pics (waiting for cats picures in api)
|
handle cats and general pics (waiting for cats picures in api)
|
||||||
|
handle select all button --> add actions for selected
|
||||||
|
|
||||||
-edit / add
|
-edit / add
|
||||||
handle cats and general pics (waiting for cats picures in api)
|
handle cats and general pics (waiting for cats picures in api)
|
||||||
@ -26,5 +27,12 @@ TODO:
|
|||||||
use eTemplates input validation
|
use eTemplates input validation
|
||||||
|
|
||||||
|
|
||||||
|
acl : the acl realy sucks! it was copied from news_admin and persumaly needs to be rewritten...
|
||||||
|
use of class.db / or even better no dirct access to tables!
|
||||||
|
use of class.acl
|
||||||
|
use of class.eTemplate
|
||||||
|
define admin for each used cat
|
||||||
|
add right 'direct book'
|
||||||
|
|
||||||
----
|
----
|
||||||
if basics are working --> make it scheudable (meeting with ralf)
|
if basics are working --> make it scheudable (meeting with ralf)
|
@ -11,6 +11,8 @@
|
|||||||
* option) any later version. *
|
* option) any later version. *
|
||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
class bo_resources
|
class bo_resources
|
||||||
{
|
{
|
||||||
/*var $public_functions = array
|
/*var $public_functions = array
|
||||||
@ -29,6 +31,8 @@ class bo_resources
|
|||||||
$this->vfs = CreateObject('phpgwapi.vfs');
|
$this->vfs = CreateObject('phpgwapi.vfs');
|
||||||
|
|
||||||
// print_r($this->cats->return_single(33)); die();
|
// print_r($this->cats->return_single(33)); die();
|
||||||
|
list($cat) = $this->cats->return_single(33);
|
||||||
|
$cat['data'] = unserialize($cat['data']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user