summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-07-22 18:34:57 -0400
committerChris Buechler <cmb@pfsense.org>2011-07-22 18:34:57 -0400
commit1ee5815c75aa282f05a8f6b9cc581969358557a7 (patch)
treebb1e00ffab6de5beff29b0c8416ce3f5f4b4cd8f /usr
parente099a6710ab2a6c71ef9b9f814577e2b338739ab (diff)
downloadpfsense-1ee5815c75aa282f05a8f6b9cc581969358557a7.zip
pfsense-1ee5815c75aa282f05a8f6b9cc581969358557a7.tar.gz
make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 63fadab..6b579db 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -914,7 +914,7 @@ function display_top_tabs(& $tab_array, $no_drop_down = false) {
}
if ($tab_array_char_limit == '') {
- $tab_array_char_limit = 82;
+ $tab_array_char_limit = 92;
}
$tab_temp = array ();
OpenPOWER on IntegriCloud