steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates service.tpl, 1.6, 1.7

cvs at intevation.de cvs at intevation.de
Mon Oct 3 03:08:38 CEST 2005


Author: steffen

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

Modified Files:
	service.tpl 
Log Message:
update webgui for new postfix relayhost

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/service.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- service.tpl	5 Jul 2005 10:31:51 -0000	1.6
+++ service.tpl	3 Oct 2005 01:08:36 -0000	1.7
@@ -14,7 +14,7 @@
 <div class="contentform">
 <form name="systemalias" method="post">
 {tr msg="Email address of account that should receive administrative mail:"}
-<input type="text" name="systemaliasmail" size="80"  value="{$systemaliasmail}" /><br/>
+<input type="text" name="systemaliasmail" size="80"  value="{$systemaliasmail|escape:"html"}" /><br/>
 <div align="right"><input type="submit" name="submitsystemalias" value="{tr msg="Create Distribution Lists"}" /></div>
 </form>
 </div>
@@ -50,7 +50,7 @@
 <div class="contentform">
 <form name="quotawarnform" method="post">
 <br />
-{tr msg="Warn users when they have used"} <input name="quotawarn" size="3"  value="{$quotawarn}" /> {tr msg="% of their quota"}<br />
+{tr msg="Warn users when they have used"} <input name="quotawarn" size="3"  value="{$quotawarn|escape:"html"}" /> {tr msg="% of their quota"}<br />
 <div align="right"><input type="submit" name="submitquotawarn" value="{tr msg="Update"}" /></div>
 </form>
 </div>
@@ -69,7 +69,7 @@
 <div class="contentform">
 <form name="freebusypastform" method="post">
 <br />
-{tr msg="When creating free/busy lists, include data from"} <input name="freebusypast" size="3"  value="{$freebusypast}" /> {tr msg="days in the past"}<br />
+{tr msg="When creating free/busy lists, include data from"} <input name="freebusypast" size="3"  value="{$freebusypast|escape:"html"}" /> {tr msg="days in the past"}<br />
 <div align="right"><input type="submit" name="submitfreebusypast" value="{tr msg="Update"}" /></div>
 </form>
 </div>
@@ -78,18 +78,17 @@
 <div class="contentform">
 <form name="postfixmynetworksform" method="post">
 {tr msg="Networks allowed to relay and send mail through unauthenticated SMTP connections to the Kolab server (comma separated networks in x.x.x.x/y format):"}
-<input type="text" name="postfixmynetworks" size="80"  value="{$postfixmynetworks}" />
+<input type="text" name="postfixmynetworks" size="80"  value="{$postfixmynetworks|escape:"html"}" />
 <div align="right"><input type="submit" name="submitpostfixmynetworks" value="{tr msg="Update"}" /></div>
 </form>
 </div>
 <br />
 <h2>{tr msg="SMTP \"smarthost/relayhost\""}</h2>
 <div class="contentform">
-<form name="postfixrelayhost" method="post">
-{tr msg="Smarthost to use to send outgoing mail (host.domain.tld). Leave empty for no relayhost."}
-<input type="text" name="postfixrelayhost" size="80"  value="{$postfixrelayhost}" /><br/>
-<input type="checkbox" name="postfixrelayhostmx" {if $postfixrelayhostmx == 'true' }checked{/if} />
-{tr msg="Enable MX lookup for relayhost (if in doubt, leave it off)"}
+<form name="postfixrelayhostform" method="post">
+{tr msg="Smarthost (and optional port) to use to send outgoing mail (host.domain.tld). Leave empty for no relayhost."}
+<input type="text" name="postfixrelayhost" size="40"  value="{$postfixrelayhost|escape:"html"}" />:
+<input type="text" name="postfixrelayport" size="4" value="{$postfixrelayport|escape:"html"}" /><br/>
 <div align="right"><input type="submit" name="submitpostfixrelayhost" value="{tr msg="Update"}" /></div>
 </form>
 </div>





More information about the commits mailing list