]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindUserByEmailForm.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindUserByEmailForm.templ
diff --git a/src/org/cacert/gigi/pages/admin/support/FindUserByEmailForm.templ b/src/org/cacert/gigi/pages/admin/support/FindUserByEmailForm.templ
deleted file mode 100644 (file)
index b3c8bb9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<table class="table">
-  <tbody><tr>
-    <th colspan="2"><?=_Find User by Email?></th>
-  </tr>
-  <tr>
-    <td><?=_Email?>:</td>
-    <td><input class="form-control" name="email" value="" size="30" title="<?=_use % as wildcard?>" placeholder="<?=_use % as wildcard?>" type="text" required/></td>
-  </tr>
-  <tr>
-    <td colspan="2"><input class="btn btn-primary" name="process" value="<?=_Next?>" type="submit"/></td>
-  </tr>
-</tbody></table>