[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.18,1.19
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.18,1.19 |
Date: |
Sun, 22 Sep 2002 16:46:05 -0400 |
Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv18240/inc
Modified Files:
class.ui.inc.php
Log Message:
update
Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.ui.inc.php 21 Sep 2002 22:07:31 -0000 1.18
--- class.ui.inc.php 22 Sep 2002 20:46:03 -0000 1.19
***************
*** 1,3 ****
! /*<?php
/***************************************************************************\
* phpGroupWare - Notes
*
--- 1,3 ----
! <?php
/***************************************************************************\
* phpGroupWare - Notes
*
***************
*** 45,48 ****
--- 45,49 ----
echo 'creating tpl failed';
}
+
$this->grants =
$GLOBALS['phpgw']->acl->get_grants('notes');
$this->grants[$this->account] = PHPGW_ACL_READ +
PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE;
***************
*** 110,113 ****
--- 111,115 ----
/* function index($values = 0)
{
+ // index for class etemplates
//echo "<p>notes.ui.list_notes: content[nm][rows] = ";
//_debug_array($content);
***************
*** 281,284 ****
--- 283,289 ----
function index()
{
+
+ /* index for class xslttemplates */
+
$this->display_app_header();
***************
*** 311,327 ****
$table_header[] = array
(
! 'content'
=> lang('content'),
! 'date'
=> lang('date'),
! 'view'
=> lang('view'),
! 'edit'
=> lang('edit'),
! 'delete'
=> lang('delete'),
! 'id'
=> lang('id'),
! 'owner'
=> lang('owner')
! );
$data = array
(
! 'table_header' => $table_header,
! 'values' => $content
);
--- 316,340 ----
$table_header[] = array
(
! 'lang_content' => lang('content'),
! 'lang_date' => lang('date'),
! 'lang_view' => lang('view'),
! 'lang_edit' => lang('edit'),
! 'lang_delete' => lang('delete'),
! 'lang_id' => lang('id'),
! 'lang_owner' => lang('owner')
! );
!
! $table_add[] = array
! (
! 'lang_add' => lang('add'),
! 'add_action' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit')
! );
!
$data = array
(
! 'table_header' => $table_header,
! 'values' => $content,
! 'table_add' => $table_add
);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.18,1.19,
Bettina Gille <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: property project_matrix.php,NONE,1.1 list_project.php,1.2,1.3
- Next by Date:
[Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: property project_matrix.php,NONE,1.1 list_project.php,1.2,1.3
- Next by thread:
[Phpgroupware-cvs] CVS: notes/templates/default list.xsl,1.1,1.2
- Index(es):