summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
commit153c3aa61fe65c51d584a57c032a4805048e3062 (patch)
tree42696094778acd02a2841644f05dc99ec78cd535 /src/usr/local/www/system_crlmanager.php
parentb39cebf6f09b7d110d810e3ccff0136751aa1718 (diff)
downloadpfsense-153c3aa61fe65c51d584a57c032a4805048e3062.zip
pfsense-153c3aa61fe65c51d584a57c032a4805048e3062.tar.gz
Required fields for System pages
Diffstat (limited to 'src/usr/local/www/system_crlmanager.php')
-rw-r--r--src/usr/local/www/system_crlmanager.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/system_crlmanager.php b/src/usr/local/www/system_crlmanager.php
index 4bfcc55..836d9a6 100644
--- a/src/usr/local/www/system_crlmanager.php
+++ b/src/usr/local/www/system_crlmanager.php
@@ -351,7 +351,7 @@ if ($act == "new" || $act == gettext("Save") || $input_errors) {
$section->addInput(new Form_Select(
'method',
- 'Method',
+ '*Method',
$pconfig['method'],
build_method_list()
));
@@ -360,14 +360,14 @@ if ($act == "new" || $act == gettext("Save") || $input_errors) {
$section->addInput(new Form_Input(
'descr',
- 'Descriptive name',
+ '*Descriptive name',
'text',
$pconfig['descr']
));
$section->addInput(new Form_Select(
'caref',
- 'Certificate Authority',
+ '*Certificate Authority',
$pconfig['caref'],
build_ca_list()
));
@@ -379,7 +379,7 @@ if ($act == "new" || $act == gettext("Save") || $input_errors) {
$section->addInput(new Form_Textarea(
'crltext',
- 'CRL data',
+ '*CRL data',
$pconfig['crltext']
))->setHelp('Paste a Certificate Revocation List in X.509 CRL format here.');
@@ -425,14 +425,14 @@ if ($act == "new" || $act == gettext("Save") || $input_errors) {
$section->addInput(new Form_Input(
'descr',
- 'Descriptive name',
+ '*Descriptive name',
'text',
$pconfig['descr']
));
$section->addInput(new Form_Textarea(
'crltext',
- 'CRL data',
+ '*CRL data',
$pconfig['crltext']
))->setHelp('Paste a Certificate Revocation List in X.509 CRL format here.');
OpenPOWER on IntegriCloud