summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 14:08:15 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 14:08:15 -0600
commit56c6b1cbe8b44d3f9ea9d7d2156130ec49a2d179 (patch)
tree6cdbde99d892e92e36936e2865dbde88014b09c5 /src/usr/local/www/system_crlmanager.php
parentd49d6033b73bba1b38a0fdf285b90a70a5696b9c (diff)
downloadpfsense-56c6b1cbe8b44d3f9ea9d7d2156130ec49a2d179.zip
pfsense-56c6b1cbe8b44d3f9ea9d7d2156130ec49a2d179.tar.gz
Indicate in the breadcrumb if we are editing list item.
Diffstat (limited to 'src/usr/local/www/system_crlmanager.php')
-rw-r--r--src/usr/local/www/system_crlmanager.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/local/www/system_crlmanager.php b/src/usr/local/www/system_crlmanager.php
index e8f69c9..cb5b428 100644
--- a/src/usr/local/www/system_crlmanager.php
+++ b/src/usr/local/www/system_crlmanager.php
@@ -67,8 +67,6 @@ require_once("vpn.inc");
global $openssl_crl_status;
-$pgtitle = array(gettext("System"), gettext("Certificate Manager"), gettext("Certificate Revocation"));
-
$crl_methods = array(
"internal" => gettext("Create an internal Certificate Revocation List"),
"existing" => gettext("Import an existing Certificate Revocation List"));
@@ -292,6 +290,11 @@ if ($_POST) {
}
}
+$pgtitle = array(gettext("System"), gettext("Certificate Manager"), gettext("Certificate Revocation"));
+
+if ($act == "new" || $act == gettext("Save") || $input_errors || $act == "edit") {
+ $pgtitle[] = gettext('Edit');
+}
include("head.inc");
?>
OpenPOWER on IntegriCloud