Fossil

Check-in [bbfd6123]
Login

Check-in [bbfd6123]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:For the default skin, only show the Branches menu on wide displays, but do show Forum on all desktops.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bbfd6123506e10e1e89036d1dd89ced199a1512e9771214c00c610d4faaf1659
User & Date: drh 2020-12-02 12:01:17
Context
2020-12-02
14:14
Improvements to /sitemap: Break out the "Test Pages" entry into a separate /sitemap-test page. Add the "Site Map" entry for popups. ... (check-in: 86737df9 user: drh tags: trunk)
12:01
For the default skin, only show the Branches menu on wide displays, but do show Forum on all desktops. ... (check-in: bbfd6123 user: drh tags: trunk)
2020-12-01
16:42
Update the built-in SQLite to the official 3.34.0 release. ... (check-in: 5434159a user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to skins/default/header.txt.

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  menulink /timeline Timeline {}
}
if {[hascap oh]} {
  if {![info exists current_checkin]} {set current_checkin tip}
  menulink /dir?ci=$current_checkin Files desktoponly
}
if {[hascap o]} {
  menulink  /brlist Branches desktoponly
  menulink  /taglist Tags wideonly
}
if {[anycap 23456] || [anoncap 2] || [anoncap 3]} {
  menulink /forum Forum wideonly
}
if {[hascap r]} {
  menulink /ticket Tickets wideonly
}
if {[hascap j]} {
  menulink /wiki Wiki wideonly
}







|



|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  menulink /timeline Timeline {}
}
if {[hascap oh]} {
  if {![info exists current_checkin]} {set current_checkin tip}
  menulink /dir?ci=$current_checkin Files desktoponly
}
if {[hascap o]} {
  menulink  /brlist Branches wideonly
  menulink  /taglist Tags wideonly
}
if {[anycap 23456] || [anoncap 2] || [anoncap 3]} {
  menulink /forum Forum desktoponly
}
if {[hascap r]} {
  menulink /ticket Tickets wideonly
}
if {[hascap j]} {
  menulink /wiki Wiki wideonly
}