mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use 80 chars
This commit is contained in:
parent
f56097a37e
commit
aebbbb638b
@ -2246,7 +2246,7 @@ function display_top_tabs($tab_array) {
|
||||
$tabcharcount = $tabcharcount + strlen($ta[0]);
|
||||
// If the character count of the tab names is > 80
|
||||
// then show a select item dropdown menubox.
|
||||
if($tabcharcount > 70) {
|
||||
if($tabcharcount > 80) {
|
||||
echo "Currently viewing: ";
|
||||
echo "<select name='TabSelect'>\n";
|
||||
foreach ($tab_array as $ta) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user