steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en service.tpl, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Tue Jun 15 03:51:34 CEST 2004


Author: steffen

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

Modified Files:
	service.tpl 
Log Message:
updated version, added list of kolab-servers to servicepage

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/service.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- service.tpl	27 May 2004 13:24:35 -0000	1.2
+++ service.tpl	15 Jun 2004 01:51:31 -0000	1.3
@@ -38,4 +38,30 @@
 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>
 </form>
+</div>
+<br />
+<h1>Kolab Hosts</h1>
+<table class="contenttable" cellpadding="0" cellspacing="1px">
+	<tr class="contentrow">
+	<th>Host</th><th>Action</th>
+	</tr>
+{section name=id loop=$kolabhost}
+	<tr class="contentrow{cycle values="even,odd"}">
+	   <td class="contentcell">{$kolabhost[id]|escape:"html"}</td>
+	   <td class="actioncell">{strip}
+		<form method="POST">
+		<input type="hidden" name="akolabhost" value="{$kolabhost[id]}" />
+		<input type="submit" name="deletekolabhost" value="Delete" />
+		</form>
+           {/strip}</td>
+	</tr>
+{/section}
+	<tr class="contentrow{cycle values="even,odd"}">
+	   <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>
+	   </form>
+	</tr>
+</table>
 </div>





More information about the commits mailing list