add cvs id-tags for all

This commit is contained in:
Cornelius Weiß 2005-02-17 11:23:00 +00:00
parent b8e3a6719c
commit c2091c4774
5 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,6 @@
/* $Id: */
TODO:
- configuration dialog for admin section
don't use vfs
@ -15,11 +18,9 @@ TODO:
- list
2 rows each entry
don't translate cats in header (eTemplate bug --> Ralf)
handle cats and general pics (waiting for cats picures in api)
handle select all button --> add actions for selected
-edit / add
handle cats and general pics (waiting for cats picures in api)
add accessories functionality
add prize functionality
add location functionality

View File

@ -10,6 +10,7 @@
* -------------------------------------------- *
\**************************************************************************/
/* $Id: */
class bo_acl
{

View File

@ -10,6 +10,8 @@
* -------------------------------------------- *
\**************************************************************************/
/* $Id: */
class so_acl
{
var $db;

View File

@ -10,6 +10,8 @@
* option) any later version. *
\**************************************************************************/
/* $Id: */
class so_resources
{
function so_resources()

View File

@ -11,6 +11,8 @@
* option) any later version. *
\**************************************************************************/
/* $Id: */
$setup_info['resources']['name'] = 'resources';
$setup_info['resources']['title'] = 'resources';
$setup_info['resources']['version'] = '0.0.1.015';