summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-14 13:22:50 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-14 13:22:50 -0500
commit4a457d8da1fe721924436a27e70e94ac4209cd6e (patch)
tree02bab276faf6b5e2c5a4975a23c1284456ac6d0a /src/usr/local/www/pkg_edit.php
parentc2e9390e508be142e2811258c192972938b6b269 (diff)
downloadpfsense-4a457d8da1fe721924436a27e70e94ac4209cd6e.zip
pfsense-4a457d8da1fe721924436a27e70e94ac4209cd6e.tar.gz
Automatic panel collapse defines moved to jquery/pfSenseHelpsers.js
define(COLLAPSIBLE, 0x08); define(SEC_CLOSED, 0x04); define(SEC_OPEN, 0x00);
Diffstat (limited to 'src/usr/local/www/pkg_edit.php')
-rw-r--r--src/usr/local/www/pkg_edit.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index 7a736ff..73e8c37 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -520,13 +520,12 @@ if ($pkg['title'] != "") {
if(!$only_edit) {
$pgtitle = array($pkg['title'], gettext("Edit"));
} else {
- $pgtitle = array($pkg['title']);
+ $pgtitle = array(gettext("Package"), $pkg['title']);
}
} else {
- $pgtitle = array(gettext("Package Editor"));
+ $pgtitle = array(gettext("Package"), gettext("Editor"));
}
-
// Create any required tabs
if ($pkg['tabs'] != "") {
$tab_array = array();
OpenPOWER on IntegriCloud