steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en forward.tpl, 1.1, 1.2 vacation.tpl, 1.4, 1.5

cvs at intevation.de cvs at intevation.de
Mon Nov 22 01:06:43 CET 2004


Author: steffen

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

Modified Files:
	forward.tpl vacation.tpl 
Log Message:
inform user that only one script can be active at any time

Index: forward.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/forward.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- forward.tpl	17 May 2004 15:24:26 -0000	1.1
+++ forward.tpl	22 Nov 2004 00:06:41 -0000	1.2
@@ -7,7 +7,7 @@
 <h1>Email Forwarding</h1>
 <div class="contentform">
 <form method="POST">
-<input type="checkbox" name="active" value="true" {if $active}checked{/if} /> Activate email forwarding<br />
+<input type="checkbox" name="active" value="true" {if $active}checked{/if} /> Activate email forwarding (only one of vacation, forward and delivery to folder can be active at any time)<br />
 Forward mail to <input type="text" name="address" value="{$address}" /><br />
 <input type="checkbox" name="keep" value="true" {if $keep}checked{/if} /> Keep copy on server<br />
 <input type="submit" name="submit" value="Update"/><br />

Index: vacation.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/vacation.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- vacation.tpl	12 Oct 2004 20:51:05 -0000	1.4
+++ vacation.tpl	22 Nov 2004 00:06:41 -0000	1.5
@@ -7,7 +7,7 @@
 <h1>Vacation Notification</h1>
 <div class="contentform">
 <form method="post">
-<input type="checkbox" name="active" value="true" {if $active}checked{/if} /> Activate vacation notification<br />
+<input type="checkbox" name="active" value="true" {if $active}checked{/if} /> Activate vacation notification (only one of vacation, forward and delivery to folder can be active at any time)<br />
 <textarea name="text" cols="80" rows="10">{$text|escape}</textarea><br />
 Resend notification only after <input type="text" size="5" name="days" value="{$days}" /> days<br />
 Send responses for these addresses:<br />





More information about the commits mailing list