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

cvs at kolab.org cvs at kolab.org
Mon Nov 16 19:33:26 CET 2009


Author: richard

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

Modified Files:
      Tag: kolab_2_2_branch
	settings.tpl 
Log Message:
- nicer, friendlier web interface color (kolab/issue3401)
- 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.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- settings.tpl	16 Feb 2009 19:44:25 -0000	1.4
+++ settings.tpl	16 Nov 2009 18:33:23 -0000	1.4.2.1
@@ -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