martin: server/kolab-webadmin/kolab-webadmin/php/admin/templates sflistall.tpl, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Fri Apr 21 12:41:40 CEST 2006


Author: martin

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

Modified Files:
	sflistall.tpl 
Log Message:
Martin Konold: Commited patch from Tobias König in order to support setting of foldertype for public folders.


Index: sflistall.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/sflistall.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sflistall.tpl	11 Mar 2005 09:59:05 -0000	1.1
+++ sflistall.tpl	21 Apr 2006 10:41:38 -0000	1.2
@@ -10,12 +10,13 @@
 
 <table class="contenttable" cellpadding="0" cellspacing="1px">
 	<tr class="contentrow">
-	<th>{tr msg="Name"}</th><th>{tr msg="Server"}</th><th colspan="2">{tr msg="Action"}</th>
+	<th>{tr msg="Name"}</th><th>{tr msg="Server"}</th><th>{tr msg="Type"}</th><th colspan="2">{tr msg="Action"}</th>
 	</tr>
 {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].kolabhomeserver|escape:"html"}</td>
+	   <td class="contentcell">{$entries[id].foldertype|escape:"html"}</td>
 	{if $entries[id].deleted neq "FALSE"}
 	   <td class="actioncell" colspan="2">{tr msg="Folder deleted, awaiting cleanup..."}</td>
 	{else}





More information about the commits mailing list