summaryrefslogtreecommitdiffstats
path: root/templates/users/import.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-12-09 00:19:53 +0100
committerSebastian Reichel <sre@ring0.de>2012-12-09 00:19:53 +0100
commit8f0e8e52887795199309edf114a849a7784451b2 (patch)
treeb8dc2e74549c76f1a44ca2ef7c421104126ddabe /templates/users/import.html
parent79b7424746c7636cd23a7869169431afa6941b06 (diff)
downloadserial-barcode-scanner-8f0e8e52887795199309edf114a849a7784451b2.tar.bz2
Prepare PGP support
- add database field for PGP Key ID - add PGP Key ID support to CSV import - show PGP Key ID in user profile
Diffstat (limited to 'templates/users/import.html')
-rw-r--r--templates/users/import.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/users/import.html b/templates/users/import.html
index 108c867..bdffcc4 100644
--- a/templates/users/import.html
+++ b/templates/users/import.html
@@ -21,7 +21,7 @@
<div style="display: {{{STEP23}}}">
<table class="table table-bordered">
<thead>
- <tr><th><i class="icon-wrench"></i></th><th>ID</th><th>Firstname</th><th>Lastname</th><th>E-Mail</th><th>Gender</th><th>Street</th><th>Postcode</th><th>City</th></tr>
+ <tr><th><i class="icon-wrench"></i></th><th>ID</th><th>Firstname</th><th>Lastname</th><th>E-Mail</th><th>Gender</th><th>Street</th><th>Postcode</th><th>City</th><th>PGP</th></tr>
</thead>
<tbody>
{{{DATA1}}}