richard: server/kolab-webadmin/kolab-webadmin/php/admin/templates settings.tpl, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Mon Feb 16 20:44:27 CET 2009


Author: richard

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

Modified Files:
	settings.tpl 
Log Message:
improved layout, kolab/issue3404



Index: settings.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/settings.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- settings.tpl	5 Jun 2008 17:33:51 -0000	1.3
+++ settings.tpl	16 Feb 2009 19:44:25 -0000	1.4
@@ -149,12 +149,21 @@
 {tr msg="Use the Sender header instead of From for the above checks if Sender is present."}
 <br />
 <h4>{tr msg="Action to take for messages that fail the check:"}</h4>
-<input type="radio" name="kolabfilterrejectforgedfrom" value="FALSE" {if $kolabfilterrejectforgedfrom == 'false' }checked="checked"{/if} />
-{tr msg="Reject the message, except if it originates from the outside and the From header matches one of Kolab server's domains. In that case rewrite the From header so the recipient can see the potential forgery."}<br/>
-<input type="radio" name="kolabfilterrejectforgedfrom" value="TRUE" {if $kolabfilterrejectforgedfrom == 'true' }checked="checked"{/if} />
-{tr msg="Always reject the message."}
+<table border="0">
+ <tr>
+  <td valign="top"><input type="radio" name="kolabfilterrejectforgedfrom" value="FALSE" {if $kolabfilterrejectforgedfrom == 'false' }checked="checked"{/if} />
+  </td>
+  <td>{tr msg="Reject the message, except if it originates from the outside and the From header matches one of Kolab server's domains. In that case rewrite the From header so the recipient can see the potential forgery."}<br/>
+  </td>
+ </tr>
+ <tr>
+  <td valign="top"><input type="radio" name="kolabfilterrejectforgedfrom" value="TRUE" {if $kolabfilterrejectforgedfrom == 'true' }checked="checked"{/if} />
+  </td>
+  <td>{tr msg="Always reject the message."}
 {tr msg="Note that enabling this setting will make the server reject any mail with non-matching sender and From header if the sender is an account on this server. This is known to cause trouble for example with mailinglists."}
-<br />
+  </td>
+ </tr>
+</table>
 <div class="align_right"><input type="submit" name="submitkolabfilter" value="{tr msg="Update"}" /></div>
 </div>
 </form>





More information about the commits mailing list