summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-06-20 21:20:13 -0400
committerAdam Young <ayoung@redhat.com>2011-06-27 16:33:35 -0400
commitd2d5278c52650cb90f1d77ac748f0a73f401bf5a (patch)
treeeb78ade2f4e74517bb5f377fec80fb35fba02f0e /ipalib/plugins/internal.py
parent3aa371b30182ae2c0c2e824e9532ec1a7e9ce980 (diff)
downloadfreeipa-d2d5278c52650cb90f1d77ac748f0a73f401bf5a.tar.gz
freeipa-d2d5278c52650cb90f1d77ac748f0a73f401bf5a.tar.xz
freeipa-d2d5278c52650cb90f1d77ac748f0a73f401bf5a.zip
optional uid
Make the uid field optional
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 06f07dbd8..5dde0732e 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -365,6 +365,7 @@ class i18n_messages(Command):
"remove":_("Remove ${other_entity} from ${entity} ${primary_key}"),
},
"widget":{
+ "optional":_("Optional field: click to show"),
"validation_error":_("Text does not match field pattern"),
},
"ajax":{