steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en userlistall.tpl, 1.3, 1.4
cvs at intevation.de
cvs at intevation.de
Thu Aug 5 17:07:41 CEST 2004
Author: steffen
Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en
In directory doto:/tmp/cvs-serv18549/kolab-webadmin/php/admin/templates/en
Modified Files:
userlistall.tpl
Log Message:
filter when viewing accounts
Index: userlistall.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/userlistall.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- userlistall.tpl 3 Aug 2004 23:37:18 -0000 1.3
+++ userlistall.tpl 5 Aug 2004 15:07:39 -0000 1.4
@@ -4,10 +4,31 @@
buffer-file-coding-system: utf-8
End:
*}
-<div class="contenttext">
-
+<div class="contentform">
+<form name="filterform" method="POST">
+Filter: <select name="filterattr">
+{foreach key=value item=name from=$filterattrs}
+{if $value eq $filterattr}
+ <option value="{$value}" selected>{$name|escape:"html"}</option>
+{else}
+ <option value="{$value}">{$name|escape:"html"}</option>
+{/if}
+{/foreach}
+</select>
+<select name="filtertype">
+{foreach key=value item=name from=$filtertypes}
+{if $value eq $filtertype}
+ <option value="{$value}" selected>{$name|escape:"html"}</option>
+{else}
+ <option value="{$value}">{$name|escape:"html"}</option>
+{/if}
+{/foreach}
+</select>
+<input type="text" name="filtervalue" value="{$filtervalue|escape:"html"}" />
+<input type="submit" name="filtersubmit" value="Filter" /></form>
</div>
-
+<h3>Email Users<h3>
+<div>
<table class="contenttable" cellpadding="0" cellspacing="1px">
<tr class="contentrow">
<th>Name</th><th>E-mail</th><th>uid</th><th colspan="2">Action</th>
@@ -26,3 +47,4 @@
</tr>
{/section}
</table>
+</div>
\ No newline at end of file
More information about the commits
mailing list