steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en systemaliasnagscreen.tpl, NONE, 1.1 page.tpl, 1.1, 1.2 service.tpl, 1.7, 1.8

cvs at intevation.de cvs at intevation.de
Sat Sep 11 04:46:02 CEST 2004


Author: steffen

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

Modified Files:
	page.tpl service.tpl 
Added Files:
	systemaliasnagscreen.tpl 
Log Message:
GUI for adding system administrative aliases (dist. lists)

--- NEW FILE: systemaliasnagscreen.tpl ---
{* Smarty Template *}
{*
  Local variables:
  buffer-file-coding-system: utf-8
  End:
*}
<div class="contenttext">
<h1>Welcome to the Kolab administration interface</h1>
</div>
<div id="errorcontent">
<div id="errorheader">NOTE:</div>
No account is configured to receive mail for administrative addresses. If you have not yet 
created an account for this, please do so and then go
<a href="{$topdir}/service/#systemaliasconf">here</a> to set up forwarding of mail to
administrative email addresses.
</div>

Index: page.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/page.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- page.tpl	17 May 2004 15:24:26 -0000	1.1
+++ page.tpl	11 Sep 2004 02:45:59 -0000	1.2
@@ -18,7 +18,7 @@
 </head>
 <body>
 <div id="topbar">
-	<div id="toplogo"></div>
+	<a href="/admin"><div id="toplogo"></div></a>
 	<div id="toptitle">{$page_title}</div>
 </div>
 <div id="topuserinfo">

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/service.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- service.tpl	6 Sep 2004 21:50:05 -0000	1.7
+++ service.tpl	11 Sep 2004 02:45:59 -0000	1.8
@@ -4,7 +4,28 @@
   buffer-file-coding-system: utf-8
   End:
 *}
-<div class="maintitle">Enable or Disable individual Services</div>
+<h1>Kolab Server Settings</h1>
+
+{if $systemaliasconf }
+<a name="systemaliasconf"></a>
+<h2>Administrative email addreses</h2>
+<div class="contentsimple">
+<p>You have not yet set up a recieving account for the administrative email addresses 
+hostmaster at yourdomain.tdl, postmaster at yourdomain.tld and abuse 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>
+<div class="contentform">
+<form name="systemalias" method="POST">
+Email address of account that should recieve administrative mail:
+<input type="text" name="systemaliasmail" size="80"  value="{$systemaliasmail}" /><br/>
+<div align="right"><input type="submit" name="submitsystemalias" value="Create Distributionlists" /></div>
+</form>
+</div>
+<br />
+</div>
+{/if}
+
+<h2>Enable or Disable individual Services</h2>
 <div class="contentsimple">
 <p>Using legacy services poses a security thread due to leakage of cleartext passwords, lack of authenticity and privacy.</p>
 <p>The legacy Freebusy Support (FTP and HTTP) is only required for Outlook2000 clients. 
@@ -13,7 +34,7 @@
 <p>Further details with regards to security considerations are available on the 
 internet at the <a href="http://kolab.kde.org">Kolab</a> webserver.</p>
 </div>
-<h1>Services</h1>
+<h3>Services</h3>
 <form name="serviceform" method="POST">
 
 <table class="contenttable" cellpadding="0" cellspacing="1px">
@@ -31,7 +52,7 @@
 	</tr>
 </table>
 </form>
-<h1>Quota settings</h1>
+<h2>Quota settings</h2>
 <div class="contentform">
 <form name="quotawarnform" method="POST">
 <br />
@@ -40,7 +61,7 @@
 </form>
 </div>
 <br />
-<h1>Privileged Networks</h1>
+<h2>Privileged Networks</h2>
 <div class="contentform">
 <form name="postfixmynetworksform" method="POST">
 Networks allowed to relay and send mail through unauthenticated SMTP connections to the Kolab server
@@ -50,7 +71,7 @@
 </form>
 </div>
 <br />
-<h1>SMTP "smarthost/relayhost"</h1>
+<h2>SMTP "smarthost/relayhost"</h2>
 <div class="contentform">
 <form name="postfixrelayhost" method="POST">
 Smarthost to use to send outgoing mail (host.domain.tlb). Leave empty for no relayhost.
@@ -61,7 +82,7 @@
 </form>
 </div>
 <br />
-<h1>Accept Internet Mail</h1>
+<h2>Accept Internet Mail</h2>
 <div class="contentform">
 <form name="postfixallowunauthform" method="POST">
 <input type="checkbox" name="postfixallowunauth" {if $postfixallowunauth == 'true' }checked{/if} />
@@ -71,7 +92,7 @@
 </form>
 </div>
 <br />
-<h1>Kolab Hosts</h1>
+<h2>Kolab Hosts</h2>
 <table class="contenttable" cellpadding="0" cellspacing="1px">
 	<tr class="contentrow">
 	<th>Host</th><th>Action</th>





More information about the commits mailing list