gunnar: server/kolab-webadmin/admin list.php,1.4,1.5

cvs at kolab.org cvs at kolab.org
Tue Sep 18 08:10:58 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/admin
In directory doto:/tmp/cvs-serv14189

Modified Files:
	list.php 
Log Message:
Minor fixes to the list view.

Index: list.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/admin/list.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- list.php	17 Sep 2007 18:02:00 -0000	1.4
+++ list.php	18 Sep 2007 06:10:56 -0000	1.5
@@ -85,6 +85,7 @@
 			$list_entries[] = $entry->getListView();
 		}
         $ADMIN->assign('title', $list_entries[0]->getTitle());
+        $ADMIN->assign('note', $list_entries[0]->getNote());
         $ADMIN->assign('header', $list_entries[0]->getHeader());
         $ADMIN->assign('entries', $list_entries);
         $ADMIN->assign('type', $type);





More information about the commits mailing list