]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/Default_Bootstrap.adoc
LP#1918511: make the Bootstrap skin the default for the public catalog
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / Default_Bootstrap.adoc
1 Default Public Catalog to the Bootstrap Skin
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 The public catalog now defaults to the Bootstrap skin rather than the
4 legacy TPAC skin.
5
6 Bootstrap is now the default in order to encourage more testing, but
7 users should be aware of the following 
8 https://bugs.launchpad.net/evergreen/+bugs?field.tag=bootstrap-blocker[issues];
9 certain specific functionality is available only in the TPAC skin.
10
11 The TPAC skin remains available for use, but current Evergreen users
12 should start actively considering migrating to the Bootstrap skin.
13
14 In order to continue to use the TPAC skin, comment out the following
15 line in `eg_vhost.conf`
16
17 [source,conf]
18 ---
19 PerlAddVar OILSWebTemplatePath "@localstatedir@/templates-bootstrap" # Comment this line out to use the legacy TPAC
20 ---