summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 00:34:43 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 00:34:43 -0400
commitd4e6c445c424738e50e845327a23161ceb5002eb (patch)
treeb0d3e1aad6294bf81d2c8d9c57e5c1bc26e5ad14 /etc
parent53b675066ec6eeab19431f9d2643b7dd79eab34a (diff)
downloadpfsense-d4e6c445c424738e50e845327a23161ceb5002eb.zip
pfsense-d4e6c445c424738e50e845327a23161ceb5002eb.tar.gz
Raise tab char count to 82
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index cd08999..069bc17 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2384,7 +2384,7 @@ function display_top_tabs(& $tab_array) {
// If the character count of the tab names is > 670
// then show a select item dropdown menubox.
- if($tabcharcount > 70) {
+ if($tabcharcount > 82) {
echo "Currently viewing: ";
echo "<select name='TabSelect'>\n";
foreach ($tab_array as $ta) {
OpenPOWER on IntegriCloud