steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates distlistall.tpl, 1.1, 1.1.2.1

cvs at intevation.de cvs at intevation.de
Thu Sep 15 13:59:25 CEST 2005


Author: steffen

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

Modified Files:
      Tag: kolab_2_0_branch
	distlistall.tpl 
Log Message:
Backport of fix for Issue820 (distribution list errors "Multiple...")

Index: distlistall.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/distlistall.tpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- distlistall.tpl	11 Mar 2005 09:59:05 -0000	1.1
+++ distlistall.tpl	15 Sep 2005 11:59:23 -0000	1.1.2.1
@@ -20,7 +20,7 @@
 	{else}
 	   <td class="actioncell">{tr msg="Public"}</td>
 	{/if}
-	{if $entries[id].deleted eq "TRUE"}
+	{if $entries[id].deleted neq "FALSE"}
 	   <td class="actioncell" colspan="2">{tr msg="Folder deleted, awaiting cleanup..."}</td>
 	{else}
 	   <td class="actioncell"><a href="list.php?action=modify&dn={$entries[id].dn|escape:"url"}">{tr msg="Modify"}</a></td>





More information about the commits mailing list