steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en login.tpl, 1.1, 1.2 page.tpl, 1.2, 1.3 service.tpl, 1.8, 1.9 userlistall.tpl, 1.5, 1.6 vacation.tpl, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Tue Oct 12 22:51:07 CEST 2004


Author: steffen

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

Modified Files:
	login.tpl page.tpl service.tpl userlistall.tpl vacation.tpl 
Log Message:
xhtml requires post to be lowercase

Index: login.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/login.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- login.tpl	17 May 2004 15:24:26 -0000	1.1
+++ login.tpl	12 Oct 2004 20:51:05 -0000	1.2
@@ -6,7 +6,7 @@
 *}
 <h1>Enter UID and password to login</h1>
 <div class="contentform">
-<form method="POST">
+<form method="post">
 <table>
 <tr>
 	<td>Username:</td><td><input type="text" name="username"/></td>

Index: page.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/page.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- page.tpl	11 Sep 2004 02:45:59 -0000	1.2
+++ page.tpl	12 Oct 2004 20:51:05 -0000	1.3
@@ -9,11 +9,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
 <title>{$page_title}</title>
-<meta name="robots" content="noindex">	
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<meta name="Content-Language" content="us"> 
-<meta name="description" content="Kolab Administration Webintefrace">
-<meta name="keywords" content="Linux, Unix, Groupware, Email, Calendar">
+<meta name="robots" content="noindex" />	
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<meta name="Content-Language" content="us" /> 
+<meta name="description" content="Kolab Administration Webintefrace" />
+<meta name="keywords" content="Linux, Unix, Groupware, Email, Calendar" />
 <link rel="stylesheet" href="{$stylesheet|default:"$topdir/style.css"}" />
 </head>
 <body>

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/service.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- service.tpl	11 Sep 2004 02:45:59 -0000	1.8
+++ service.tpl	12 Oct 2004 20:51:05 -0000	1.9
@@ -15,7 +15,7 @@
 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">
+<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>
@@ -35,7 +35,7 @@
 internet at the <a href="http://kolab.kde.org">Kolab</a> webserver.</p>
 </div>
 <h3>Services</h3>
-<form name="serviceform" method="POST">
+<form name="serviceform" method="post">
 
 <table class="contenttable" cellpadding="0" cellspacing="1px">
 	<tr class="contentrow">
@@ -54,7 +54,7 @@
 </form>
 <h2>Quota settings</h2>
 <div class="contentform">
-<form name="quotawarnform" method="POST">
+<form name="quotawarnform" method="post">
 <br />
 Warn users when they have used <input name="quotawarn" size="3"  value="{$quotawarn}" /> % of their quota<br />
 <div align="right"><input type="submit" name="submitquotawarn" value="Update" /></div>
@@ -63,7 +63,7 @@
 <br />
 <h2>Privileged Networks</h2>
 <div class="contentform">
-<form name="postfixmynetworksform" method="POST">
+<form name="postfixmynetworksform" method="post">
 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}" />
@@ -73,7 +73,7 @@
 <br />
 <h2>SMTP "smarthost/relayhost"</h2>
 <div class="contentform">
-<form name="postfixrelayhost" method="POST">
+<form name="postfixrelayhost" method="post">
 Smarthost to use to send outgoing mail (host.domain.tlb). 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} />
@@ -84,7 +84,7 @@
 <br />
 <h2>Accept Internet Mail</h2>
 <div class="contentform">
-<form name="postfixallowunauthform" method="POST">
+<form name="postfixallowunauthform" method="post">
 <input type="checkbox" name="postfixallowunauth" {if $postfixallowunauth == 'true' }checked{/if} />
 Accept mail from other domains over non-authenticated SMTP. This must be enabled if you want to use the Kolab server 
 to receive mail from other internet domains.
@@ -101,7 +101,7 @@
 	<tr class="contentrow{cycle values="even,odd"}">
 	   <td class="contentcell">{$kolabhost[id]|escape:"html"}</td>
 	   <td class="actioncell">{strip}
-		<form method="POST">
+		<form method="post">
 		<input type="hidden" name="akolabhost" value="{$kolabhost[id]}" />
 		<input type="submit" name="deletekolabhost" value="Delete" />
 		</form>
@@ -109,7 +109,7 @@
 	</tr>
 {/section}
 	<tr class="contentrow{cycle values="even,odd"}">
-	   <form method="POST">
+	   <form method="post">
 	   <td class="contentcell"> 
 		<input type="text" size="60" name="akolabhost" />
            </td><td class="actioncell"><input type="submit" name="addkolabhost" value="Add" /></td>

Index: userlistall.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/userlistall.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- userlistall.tpl	11 Oct 2004 23:32:49 -0000	1.5
+++ userlistall.tpl	12 Oct 2004 20:51:05 -0000	1.6
@@ -5,7 +5,7 @@
   End:
 *}
 <div class="contentform">
-<form name="filterform" method="POST">
+<form name="filterform" method="post">
 Filter: <select name="filterattr">
 {foreach key=value item=name from=$filterattrs}
 {if $value eq $filterattr}

Index: vacation.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/vacation.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vacation.tpl	19 May 2004 22:26:09 -0000	1.3
+++ vacation.tpl	12 Oct 2004 20:51:05 -0000	1.4
@@ -6,7 +6,7 @@
 *}
 <h1>Vacation Notification</h1>
 <div class="contentform">
-<form method="POST">
+<form method="post">
 <input type="checkbox" name="active" value="true" {if $active}checked{/if} /> Activate vacation notification<br />
 <textarea name="text" cols="80" rows="10">{$text|escape}</textarea><br />
 Resend notification only after <input type="text" size="5" name="days" value="{$days}" /> days<br />





More information about the commits mailing list