steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en service.tpl, 1.11, 1.12

cvs at intevation.de cvs at intevation.de
Wed Dec 15 01:07:27 CET 2004


Author: steffen

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

Modified Files:
	service.tpl 
Log Message:
New feature (Issue579): Option to allow unauthorized fb download

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/service.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- service.tpl	12 Dec 2004 17:19:58 -0000	1.11
+++ service.tpl	15 Dec 2004 00:07:25 -0000	1.12
@@ -63,6 +63,16 @@
 <br />
 <h2>Free/Busy settings</h2>
 <div class="contentform">
+<form name="httpallowunauthfbform" method="post">
+<br />
+<input type="checkbox" name="httpallowunauthfb" {if $httpallowunauthfb == 'true' }checked{/if} />
+Allow unauthenticated downloading of Free/Busy information
+<br />
+<div align="right"><input type="submit" name="submithttpallowunauthfb" value="Update" /></div>
+</form>
+</div>
+<br />
+<div class="contentform">
 <form name="freebusypastform" method="post">
 <br />
 When creating free/busy lists, include data from <input name="freebusypast" size="3"  value="{$freebusypast}" /> days in the past<br />





More information about the commits mailing list