]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/admin/support/FindUserByEmailUsertable.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / admin / support / FindUserByEmailUsertable.templ
diff --git a/src/club/wpia/gigi/pages/admin/support/FindUserByEmailUsertable.templ b/src/club/wpia/gigi/pages/admin/support/FindUserByEmailUsertable.templ
new file mode 100644 (file)
index 0000000..054c9ed
--- /dev/null
@@ -0,0 +1,11 @@
+<p>Multiple users where found.</p>
+<table class="table">
+<tr>
+<th>Id</th><th>E-Mail</th></tr>
+<? foreach($usertable) {?>
+  <tr>
+    <td><a href="/support/user/<?=$usrid?>/"><?=$usrid?></a></td>
+    <td><a href="/support/user/<?=$usrid?>/"><?=$usermail?></a></td>
+  </tr>
+<? } ?>
+</table>