summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-01 23:58:02 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-01 23:58:02 -0400
commit53b675066ec6eeab19431f9d2643b7dd79eab34a (patch)
tree0e5735e2cb6b89eaa243079da226aa8f8829c566 /etc
parent4316a60a0efabd8da055ccd47351d1eddc92e311 (diff)
downloadpfsense-53b675066ec6eeab19431f9d2643b7dd79eab34a.zip
pfsense-53b675066ec6eeab19431f9d2643b7dd79eab34a.tar.gz
Bumb value to > 70 for dropdown invocation.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index f363c12..cd08999 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2382,9 +2382,9 @@ function display_top_tabs(& $tab_array) {
foreach ($tab_array as $ta)
$tabcharcount = $tabcharcount + strlen($ta[0]);
- // If the character count of the tab names is > 50
+ // If the character count of the tab names is > 670
// then show a select item dropdown menubox.
- if($tabcharcount > 50) {
+ if($tabcharcount > 70) {
echo "Currently viewing: ";
echo "<select name='TabSelect'>\n";
foreach ($tab_array as $ta) {
OpenPOWER on IntegriCloud