1 <div class="content-wrap card auto-height">
2 <h2 class="list-heading">Convert to Book</h2>
3 <div class="grid half left-focus no-row-gap">
5 You can convert this chapter to a new book with the same contents.
6 Any permissions set on this chapter will be copied to the new book but any inherited permissions,
7 from the parent book, will not be copied which could lead to a change of access control.
9 <div class="text-m-right">
10 <div component="dropdown" class="dropdown-container">
11 <button refs="dropdown@toggle" class="button outline" aria-haspopup="true" aria-expanded="false">Convert Chapter</button>
12 <ul refs="dropdown@menu" class="dropdown-menu" role="menu">
13 <li class="px-m py-s text-small text-muted">
14 Are you sure you want to convert this chapter?
16 This cannot be as easily undone.
19 <form action="{{ $chapter->getUrl('/convert-to-book') }}" method="POST">
21 <button type="submit" class="text-primary text-item">{{ trans('common.confirm') }}</button>