steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates distlistdeleted.tpl, NONE, 1.1 sfdeleted.tpl, NONE, 1.1 service.tpl, 1.8, 1.9

cvs at intevation.de cvs at intevation.de
Wed Feb 22 01:36:29 CET 2006


Author: steffen

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

Modified Files:
	service.tpl 
Added Files:
	distlistdeleted.tpl sfdeleted.tpl 
Log Message:
Fix for issue1100 (multidomain admin aliases)

--- NEW FILE: distlistdeleted.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>{$heading}</h1>

<div content="contentsimple">
<p>{tr msg="The distribution list with DN"} {$dn|escape} {tr msg="has been deleted"}</p>
<p><a href="index.php">{tr msg="Back to list of distribution lists"}</a></p>
</div>

--- NEW FILE: sfdeleted.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<h1>{$heading}</h1>

<div content="contentsimple">
<p>{tr msg="The shared folder with DN"} {$dn|escape} {tr msg="has been deleted"}</p>
<p><a href="index.php">{tr msg="Back to list of shared folders"}</a></p>
</div>

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/service.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- service.tpl	1 Dec 2005 14:05:04 -0000	1.8
+++ service.tpl	22 Feb 2006 00:36:27 -0000	1.9
@@ -6,18 +6,20 @@
 *}
 <h1>{tr msg="Kolab Server Settings"}</h1>
 
-{if $systemaliasconf }
+{if count($systemaliasconf)>0 }
 <a name="systemaliasconf"></a>
 <h2>{tr msg="Administrative email addresses"}</h2>
 <div class="contentsimple">
 <p>{tr msg="You have not yet set up a receiving account for the administrative email addresses hostmaster at yourdomain.tld, postmaster at yourdomain.tld, MAILER-DAEMON at yourdomain.tld, abuse at yourdomain.tld and virusalert at yourdomain.tld. Enter the email address of a kolab account below and press the button to create a distribution list for each of those addresses. Later you can add or remove people from the lists like any other distribution list"}</p>
+{section name=id loop=$systemaliasconf}
 <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|escape:"html"}" /><br/>
-<div align="right"><input type="submit" name="submitsystemalias" value="{tr msg="Create Distribution Lists"}" /></div>
+<form name="systemalias_{$systemaliasconf[id].n}" method="post">
+{tr msg="Email address of account that should receive administrative mail for domain "}  {$systemaliasconf[id].domain|escape:html}:
+<input type="text" name="systemaliasmail_{$systemaliasconf[id].n}" size="80"  value="{$systemaliasmail[id]|escape:"html"}" /><br/>
+<div align="right"><input type="submit" name="submitsystemalias_{$systemaliasconf[id].n}" value="{tr msg="Create Distribution Lists"}" /></div>
 </form>
 </div>
+{/section}
 <br />
 </div>
 {/if}





More information about the commits mailing list