bcgov / bcbb

A collection of modules for the Drupal base build used to streamline the build and deployment of applications at Ministry of Finance.
GNU General Public License v2.0
2 stars 0 forks source link

Changes to theme for book module #27

Closed CraigClark closed 1 year ago

CraigClark commented 1 year ago

Timer

https://openplus.monday.com/boards/4092908516/pulses/4994902277

Layout

Please see screenshot.

If a template isn't practical for the links, we need

<a href="/node/add/book?parent=38">Add child page</a>

to be

<a class="btn btn-light" href="/node/add/book?parent=38"><i class="fa-solid fa-print"></i> Add child page</a>

and

<a href="/node/add/book?parent=38">Add child page</a>

should be

<a class="btn btn-success"> href="/node/add/book?parent=38">Add child page <i class="fa-solid fa-plus"></i></a>

image

Sidebar

Remove sidebar from home page of a book, these links are available at the bottom of the page.

Image

lkmorlan commented 1 year ago

Correct HTML for links