]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindUserByDomainForm.templ
upd: rename file to match the function FindUserBy Email/Domain
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindUserByDomainForm.templ
diff --git a/src/org/cacert/gigi/pages/admin/support/FindUserByDomainForm.templ b/src/org/cacert/gigi/pages/admin/support/FindUserByDomainForm.templ
new file mode 100644 (file)
index 0000000..0eb660d
--- /dev/null
@@ -0,0 +1,13 @@
+<table class="table">
+  <tbody><tr>
+    <th colspan="2"><?=_Find User by Domain?></th>
+  </tr>
+  <tr>
+    <td><?=_Domain?>:</td>
+    <td><input class="form-control" type="text" value="" name="domain" placeholder="<?=_For search by ID use # prefix e.g. #123456?>"></td>
+  </tr>
+  <tr>
+    <td colspan="2"><input type="submit" value="<?=_Next?>" name="process"></td>
+  </tr>
+</tbody>
+</table>