Fossil SCM
For the default skin, only show the Branches menu on wide displays, but do show Forum on all desktops.
Commit
bbfd6123506e10e1e89036d1dd89ced199a1512e9771214c00c610d4faaf1659
Parent
5434159a382255a…
1 file changed
+2
-2
+2
-2
| --- skins/default/header.txt | ||
| +++ skins/default/header.txt | ||
| @@ -27,15 +27,15 @@ | ||
| 27 | 27 | if {[hascap oh]} { |
| 28 | 28 | if {![info exists current_checkin]} {set current_checkin tip} |
| 29 | 29 | menulink /dir?ci=$current_checkin Files desktoponly |
| 30 | 30 | } |
| 31 | 31 | if {[hascap o]} { |
| 32 | - menulink /brlist Branches desktoponly | |
| 32 | + menulink /brlist Branches wideonly | |
| 33 | 33 | menulink /taglist Tags wideonly |
| 34 | 34 | } |
| 35 | 35 | if {[anycap 23456] || [anoncap 2] || [anoncap 3]} { |
| 36 | - menulink /forum Forum wideonly | |
| 36 | + menulink /forum Forum desktoponly | |
| 37 | 37 | } |
| 38 | 38 | if {[hascap r]} { |
| 39 | 39 | menulink /ticket Tickets wideonly |
| 40 | 40 | } |
| 41 | 41 | if {[hascap j]} { |
| 42 | 42 |
| --- skins/default/header.txt | |
| +++ skins/default/header.txt | |
| @@ -27,15 +27,15 @@ | |
| 27 | if {[hascap oh]} { |
| 28 | if {![info exists current_checkin]} {set current_checkin tip} |
| 29 | menulink /dir?ci=$current_checkin Files desktoponly |
| 30 | } |
| 31 | if {[hascap o]} { |
| 32 | menulink /brlist Branches desktoponly |
| 33 | menulink /taglist Tags wideonly |
| 34 | } |
| 35 | if {[anycap 23456] || [anoncap 2] || [anoncap 3]} { |
| 36 | menulink /forum Forum wideonly |
| 37 | } |
| 38 | if {[hascap r]} { |
| 39 | menulink /ticket Tickets wideonly |
| 40 | } |
| 41 | if {[hascap j]} { |
| 42 |
| --- skins/default/header.txt | |
| +++ skins/default/header.txt | |
| @@ -27,15 +27,15 @@ | |
| 27 | if {[hascap oh]} { |
| 28 | if {![info exists current_checkin]} {set current_checkin tip} |
| 29 | menulink /dir?ci=$current_checkin Files desktoponly |
| 30 | } |
| 31 | if {[hascap o]} { |
| 32 | menulink /brlist Branches wideonly |
| 33 | menulink /taglist Tags wideonly |
| 34 | } |
| 35 | if {[anycap 23456] || [anoncap 2] || [anoncap 3]} { |
| 36 | menulink /forum Forum desktoponly |
| 37 | } |
| 38 | if {[hascap r]} { |
| 39 | menulink /ticket Tickets wideonly |
| 40 | } |
| 41 | if {[hascap j]} { |
| 42 |