[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] notes/inc class.uinotes.inc.php,1.33
From: |
ceb |
Subject: |
[Phpgroupware-cvs] notes/inc class.uinotes.inc.php,1.33 |
Date: |
Thu, 24 Feb 2005 14:55:09 -0000 |
Update of notes/inc
Modified Files:
Branch: MAIN
class.uinotes.inc.php lines: +5 -1
Log Message:
update
====================================================
Index: notes/inc/class.uinotes.inc.php
diff -u notes/inc/class.uinotes.inc.php:1.32
notes/inc/class.uinotes.inc.php:1.33
--- notes/inc/class.uinotes.inc.php:1.32 Tue Dec 23 16:17:35 2003
+++ notes/inc/class.uinotes.inc.php Tue Jan 18 02:07:52 2005
@@ -153,6 +153,7 @@
$this->save_sessiondata();
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
+ $GLOBALS['phpgw']->xslttpl->pparse();
}
function edit()
@@ -217,6 +218,7 @@
'cat_select'
=> $this->cats->formatted_xslt_list(array('select_name' =>
'values[cat_id]','selected' => $note['cat_id']))
);
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
+ $GLOBALS['phpgw']->xslttpl->pparse();
}
function delete()
@@ -256,6 +258,7 @@
);
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('delete' => $data));
+ $GLOBALS['phpgw']->xslttpl->pparse();
}
function view()
@@ -282,6 +285,7 @@
);
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
+ $GLOBALS['phpgw']->xslttpl->pparse();
}
}
?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] notes/inc class.uinotes.inc.php,1.33,
ceb <=
- Prev by Date:
[Phpgroupware-cvs] notes/templates/base/images navbar.png,1.1
- Next by Date:
[Phpgroupware-cvs] filemanager/inc hook_preferences.inc.php, 1.12 hook_deleteaccount.inc.php, 1.4 hook_admin.inc.php, 1.4 class.uifilemanager.inc.php, 1.7 hook_add_def_pref.inc.php, 1.8
- Previous by thread:
[Phpgroupware-cvs] notes/templates/base/images navbar.png,1.1
- Next by thread:
[Phpgroupware-cvs] filemanager/inc hook_preferences.inc.php, 1.12 hook_deleteaccount.inc.php, 1.4 hook_admin.inc.php, 1.4 class.uifilemanager.inc.php, 1.7 hook_add_def_pref.inc.php, 1.8
- Index(es):