steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en sflistall.tpl, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Thu Aug 12 12:55:41 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en
In directory doto:/tmp/cvs-serv3739/kolab-webadmin/kolab-webadmin/php/admin/templates/en

Modified Files:
	sflistall.tpl 
Log Message:
*BOMB*. Changes to support the new schema

Index: sflistall.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/sflistall.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sflistall.tpl	16 Jul 2004 17:18:03 -0000	1.2
+++ sflistall.tpl	12 Aug 2004 10:55:39 -0000	1.3
@@ -15,7 +15,7 @@
 {section name=id loop=$entries}
 	<tr class="contentrow{cycle values="even,odd"}">
 	   <td class="contentcell">{$entries[id].cn|escape:"html"}</td>
-	   <td class="contentcell">{$entries[id].homeserver|escape:"html"}</td>
+	   <td class="contentcell">{$entries[id].kolabhomeserver|escape:"html"}</td>
 	{if $entries[id].deleted neq "FALSE"}
 	   <td class="actioncell" colspan="2">Folder deleted, awaiting cleanup...</td>
 	{else}





More information about the commits mailing list