Fossil

Timeline
Login

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

2 check-ins using file src/skins.c version b98462979b

2020-12-22
11:59
Documented the use of $current_page in hand-rolled "body" tags in the customskin doc. check-in: 1864217625 user: wyoung tags: body-feature-class
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. check-in: 8ac0830bfc user: wyoung tags: body-feature-class