|
1 | 1 | <div class="row">
|
2 |
| - <div class="col-sm-2 col-xs-12 settings-header">Active Routes</div> |
3 |
| - <div class="col-sm-10 col-xs-12"> |
| 2 | + <div class="col-sm-2 col-12 settings-header">Active Routes</div> |
| 3 | + <div class="col-sm-10 col-12"> |
4 | 4 | <p class="lead">
|
5 | 5 | Define and customise your new routes here.
|
6 | 6 | </p>
|
|
13 | 13 | <p>
|
14 | 14 | If you wish to set a custom page as your homepage, go to <a href="{config.relative_path}/admin/general/homepage">General → Homepage</a> and select "Custom".
|
15 | 15 | </p>
|
16 |
| - |
| 16 | + |
17 | 17 | <div id="custom-pages">
|
18 | 18 | <!-- BEGIN pages -->
|
19 |
| - <div class="well"> |
| 19 | + <div class="card card-body text-bg-light"> |
20 | 20 | <form>
|
21 |
| - <span class="pull-right"><i class="fa fa-times pointer"></i></span> |
22 |
| - |
23 |
| - <label>Page Title |
24 |
| - <input type="text" class="form-control" name="name" value="{pages.name}" placeholder="Page Title" /> |
25 |
| - </label> |
| 21 | + <span class="float-end"><i class="fa fa-times pointer"></i></span> |
| 22 | + <div class="mb-3"> |
| 23 | + <label>Page Title |
| 24 | + <input type="text" class="form-control" name="name" value="{pages.name}" placeholder="Page Title" /> |
| 25 | + </label> |
26 | 26 |
|
27 |
| - <label>Path to Page |
28 |
| - <input type="text" class="form-control" name="route" value="{pages.route}" placeholder="/my-page" /> |
29 |
| - </label> |
| 27 | + <label>Path to Page |
| 28 | + <input type="text" class="form-control" name="route" value="{pages.route}" placeholder="/my-page" /> |
| 29 | + </label> |
| 30 | + </div> |
30 | 31 |
|
31 |
| - <br /><br /> |
32 |
| - <label>Restrict access to groups (leave blank for public): |
| 32 | + <div> |
| 33 | + <label class="form-label">Restrict access to groups (leave blank for public):</label> |
| 34 | + </div> |
33 | 35 | <input type="text" class="form-control groups-list" name="groups" value="{pages.groups}" placeholder="" />
|
34 |
| - </label> |
35 | 36 | </form>
|
36 | 37 | </div>
|
37 | 38 | <!-- END pages -->
|
38 | 39 | </div>
|
39 | 40 | </div>
|
40 | 41 | </div>
|
41 | 42 |
|
42 |
| -<div class="template well hidden"> |
| 43 | +<div class="template card card-body text-bg-light hidden"> |
43 | 44 | <form>
|
44 |
| - <span class="pull-right"><i class="fa fa-times pointer"></i></span> |
45 |
| - |
46 |
| - <label>Page Title |
47 |
| - <input type="text" class="form-control" name="name" value="" placeholder="Page Title" /> |
48 |
| - </label> |
| 45 | + <span class="float-end"><i class="fa fa-times pointer"></i></span> |
| 46 | + <div class="mb-3"> |
| 47 | + <label>Page Title |
| 48 | + <input type="text" class="form-control" name="name" value="" placeholder="Page Title" /> |
| 49 | + </label> |
49 | 50 |
|
50 |
| - <label>Path to Page |
51 |
| - <input type="text" class="form-control" name="route" value="" placeholder="/my-page" /> |
52 |
| - </label> |
| 51 | + <label>Path to Page |
| 52 | + <input type="text" class="form-control" name="route" value="" placeholder="/my-page" /> |
| 53 | + </label> |
| 54 | + </div> |
53 | 55 |
|
54 |
| - <br /><br /> |
55 |
| - <label>Restrict access to groups (leave blank for public): |
| 56 | + <div> |
| 57 | + <label class="form-label">Restrict access to groups (leave blank for public):</label> |
| 58 | + </div> |
56 | 59 | <input type="text" class="form-control groups-list" name="groups" value="" placeholder="" />
|
57 |
| - </label> |
58 | 60 | </form>
|
59 | 61 | </div>
|
60 | 62 |
|
|
0 commit comments