summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-02-22 17:12:53 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-03-18 15:11:18 +0100
commit8d369519116cb1f257304d79d13e63188fc7d978 (patch)
treec743d2548f14cba4d7be324920f9add2ab0d0afb /ipalib
parent070fc176aecc3c7661cdb085b157d2d4c653fc46 (diff)
downloadfreeipa-8d369519116cb1f257304d79d13e63188fc7d978.tar.gz
freeipa-8d369519116cb1f257304d79d13e63188fc7d978.tar.xz
freeipa-8d369519116cb1f257304d79d13e63188fc7d978.zip
Web UI:Choose different search option for cert-find
This extends certificate search page by search option select. Therefore the search is not restricted to 'subject'. It should be replaced by https://fedorahosted.org/freeipa/ticket/191 in a future. https://fedorahosted.org/freeipa/ticket/3419
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index cc0bf99d5..ad15b5c40 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -318,6 +318,18 @@ class i18n_messages(Command):
"cessation_of_operation": _("Cessation of Operation"),
"common_name": _("Common Name"),
"expires_on": _("Expires On"),
+ "find_issuedon_from": _("Issued on from"),
+ "find_issuedon_to": _("Issued on to"),
+ "find_max_serial_number": _("Maximum serial number"),
+ "find_min_serial_number": _("Minimum serial number"),
+ "find_revocation_reason": _("Revocation reason"),
+ "find_revokedon_from": _("Revoked on from"),
+ "find_revokedon_to": _("Revoked on to"),
+ "find_subject": _("Subject"),
+ "find_validnotafter_from": _("Valid not after from"),
+ "find_validnotafter_to": _("Valid not after to"),
+ "find_validnotbefore_from": _("Valid not before from"),
+ "find_validnotbefore_to": _("Valid not before to"),
"fingerprints": _("Fingerprints"),
"issue_certificate": _("Issue New Certificate for ${entity} ${primary_key}"),
"issued_by": _("Issued By"),