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

cvs at kolab.org cvs at kolab.org
Sun Nov 15 22:35:25 CET 2009


Author: richard

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

Modified Files:
	settings.tpl 
Log Message:
Use a table to separate the checkbox and text, for nicer formatting.
kolab/issue3428



Index: settings.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/settings.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- settings.tpl	16 Feb 2009 19:44:25 -0000	1.4
+++ settings.tpl	15 Nov 2009 21:35:23 -0000	1.5
@@ -104,13 +104,22 @@
 <br />
 <h2>{tr msg="Accept Internet Mail"}</h2>
 <div class="contentform">
-<form id="postfixallowunauthform" method="post" action="">
-<div>
-<input type="checkbox" name="postfixallowunauth" {if $postfixallowunauth == 'true' }checked="checked"{/if} />
-{tr msg="Accept mail from other domains over unauthenticated SMTP. This must be enabled if you want to use the Kolab Server to receive mail from other internet domains directly. Leave disabled to accept mail only from SMTP gateways that are within the privileged network."}
-<div class="align_right"><input type="submit" name="submitpostfixallowunauth" value="{tr msg="Update"}" /></div>
-</div>
-</form>
+ <form id="postfixallowunauthform" method="post" action="">
+  <div>
+   <table border="0">
+    <tr>
+     <td valign="top"><input type="checkbox" name="postfixallowunauth" {if $postfixallowunauth == 'true' }checked="checked"{/if} />
+     </td>
+     <td>{tr msg="Accept mail from other domains over unauthenticated SMTP. This must be enabled if you want to use the Kolab Server to receive mail from other internet domains directly. Leave disabled to accept mail only from SMTP gateways that are within the privileged network."}
+     </td>
+    </tr>
+    <tr>
+     <td colspan="2" align="right"><input type="submit" name="submitpostfixallowunauth" value="{tr msg="Update"}" />
+     </td>
+    </tr>
+   </table>
+  </div>
+ </form>
 </div>
 <br />
 <h2>{tr msg="Domains"}</h2>





More information about the commits mailing list